aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)Author
2009-05-08Fix warnings in httpd.c; builds with libmicrohttpd-0.4.1.zwelch
2009-05-02Update autotools scripts to require automake 1.6. The configure.in scriptzwelch
2009-04-29Remove redundant declarations to allow building with -Wredundant-decls.zwelch
2009-04-28eol-style nativeoharboe
2009-04-22Michael Bruck <mbruck@digenius.de> signed/unsigned incompatibility warningoharboe
2009-04-21- fix signed/unsigned build errors under win32. Thanks Zach Welch <zw@superlu...ntfreak
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe
2009-03-18Hiroshi Ito <ito@mlb.co.jp> typosoharboe
2009-02-18Holger Schurig <hs4233@mail.mn-solutions.de> fix warningsoharboe
2009-02-17zy1000 1.49 snapshotoharboe
2009-01-20Fix 'make maintainer-clean' courtesy of Zach Welch <zw@superlucidity.net>kc8apf
2009-01-16Fix distcheck failurekc8apf
2009-01-01- add gdb pipe support to native win32 (--pipe option)ntfreak
2008-12-23- add missing svn props from r1270 commitntfreak
2008-12-23httpd wipoharboe
2008-12-22httpd wipoharboe
2008-12-22httpd wipoharboe
2008-12-22httpd wip oharboe
2008-12-22cygwin fixesoharboe
2008-12-19- fix rlink build under native win32 (mingw)ntfreak
2008-12-17houskeepingoharboe
2008-12-17fixed gaffe in post handlingoharboe
2008-12-16work in progress to hook up libmicrohttpd + tcl integrationoharboe
2008-12-16allow setting/reading gdb_port at any timeoharboe
2008-12-15- add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-11-20- fix issue with gdb_target_to_reg missing second bytentfreak
2008-11-18big endian fix for GDB. Probably fixes a memory corruption(not reported) as w...oharboe
2008-11-10minor cleanupoharboe
2008-11-05fix telnet async messages. retired telnet_async command - no user serviceable...oharboe
2008-10-31Added telnet_async command to enable/disable asynchronousoharboe
2008-10-24gdb_report_data_abort now ignores all target read errors, including address s...oharboe
2008-10-22produce syntax erroroharboe
2008-10-22Laurentiu Cocanu - more help textoharboe
2008-10-14- remove build warningsntfreak
2008-10-14Laurentiu Cocanu - more error handling fixesoharboe
2008-10-11Duane Ellis: addresses protocol problems with GDB.oharboe
2008-10-06Centralize error handling for buggy register handlingoharboe
2008-09-24fix noise in gdb console when single stepping. Remove printing of log before ...oharboe
2008-09-24fixed false positives for keep_alive() not being invoked. oharboe
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe
2008-08-26do not check checksums in noack caseoharboe
2008-08-24duan ellis target tcl work in progressoharboe
2008-08-23- clear any existing breakpoints/watchpoints when restarting in gdb extended ...ntfreak
2008-08-22- add support for new gdb QStartNoAckMode, which disables sending of ack's be...ntfreak
2008-08-14typo spotted by spen. gdb_breakpoint_override not tested yet.oharboe
2008-08-13added global gdb breakpoint override configuration commandoharboe
2008-08-13Clear all dangling breakpoints upon GDB connection.oharboe
2008-08-13return halted signal if step/continue failsoharboe