aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)AuthorFilesLines
2009-05-08Fix warnings in httpd.c; builds with libmicrohttpd-0.4.1.zwelch1-18/+17
2009-05-02Update autotools scripts to require automake 1.6. The configure.in scriptzwelch1-2/+7
2009-04-29Remove redundant declarations to allow building with -Wredundant-decls.zwelch1-1/+0
2009-04-28eol-style nativeoharboe1-114/+114
2009-04-22Michael Bruck <mbruck@digenius.de> signed/unsigned incompatibility warningoharboe1-2/+2
2009-04-21- fix signed/unsigned build errors under win32. Thanks Zach Welch <zw@superlu...ntfreak1-0/+5
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-6/+6
2009-03-18Hiroshi Ito <ito@mlb.co.jp> typosoharboe1-1/+1
2009-02-18Holger Schurig <hs4233@mail.mn-solutions.de> fix warningsoharboe1-1/+1
2009-02-17zy1000 1.49 snapshotoharboe1-8/+0
2009-01-20Fix 'make maintainer-clean' courtesy of Zach Welch <zw@superlucidity.net>kc8apf1-0/+2
2009-01-16Fix distcheck failurekc8apf1-4/+2
2009-01-01- add gdb pipe support to native win32 (--pipe option)ntfreak2-6/+16
2008-12-23- add missing svn props from r1270 commitntfreak28-9193/+9193
2008-12-23httpd wipoharboe6-11/+19
2008-12-22httpd wipoharboe14-149/+26
2008-12-22httpd wipoharboe20-2/+2
2008-12-22httpd wip oharboe30-72/+9657
2008-12-22cygwin fixesoharboe1-3/+5
2008-12-19- fix rlink build under native win32 (mingw)ntfreak1-457/+457
2008-12-17houskeepingoharboe1-1/+1
2008-12-17fixed gaffe in post handlingoharboe1-5/+7
2008-12-16work in progress to hook up libmicrohttpd + tcl integrationoharboe2-0/+460
2008-12-16allow setting/reading gdb_port at any timeoharboe1-6/+6
2008-12-15- add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak5-96/+177
2008-12-13- remove target specific variant and use target->variant memberntfreak3-11/+4
2008-11-20- fix issue with gdb_target_to_reg missing second bytentfreak1-1/+1
2008-11-18big endian fix for GDB. Probably fixes a memory corruption(not reported) as w...oharboe1-26/+57
2008-11-10minor cleanupoharboe2-1/+4
2008-11-05fix telnet async messages. retired telnet_async command - no user serviceable...oharboe2-13/+7
2008-10-31Added telnet_async command to enable/disable asynchronousoharboe1-1/+15
2008-10-24gdb_report_data_abort now ignores all target read errors, including address s...oharboe1-1/+1
2008-10-22produce syntax erroroharboe1-8/+4
2008-10-22Laurentiu Cocanu - more help textoharboe3-15/+26
2008-10-14- remove build warningsntfreak1-2/+5
2008-10-14Laurentiu Cocanu - more error handling fixesoharboe1-11/+33
2008-10-11Duane Ellis: addresses protocol problems with GDB.oharboe1-6/+35
2008-10-06Centralize error handling for buggy register handlingoharboe1-10/+1
2008-09-24fix noise in gdb console when single stepping. Remove printing of log before ...oharboe1-1/+1
2008-09-24fixed false positives for keep_alive() not being invoked. oharboe1-47/+51
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak6-14/+23
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe2-17/+25
2008-08-26do not check checksums in noack caseoharboe1-104/+124
2008-08-24duan ellis target tcl work in progressoharboe1-8/+12
2008-08-23- clear any existing breakpoints/watchpoints when restarting in gdb extended ...ntfreak1-0/+2
2008-08-22- add support for new gdb QStartNoAckMode, which disables sending of ack's be...ntfreak2-8/+31
2008-08-14typo spotted by spen. gdb_breakpoint_override not tested yet.oharboe1-1/+1
2008-08-13added global gdb breakpoint override configuration commandoharboe1-0/+48
2008-08-13Clear all dangling breakpoints upon GDB connection.oharboe1-0/+7
2008-08-13return halted signal if step/continue failsoharboe1-38/+57