aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)AuthorFilesLines
2009-05-27Author: Nicolas Pitre <nico@cam.org>kc8apf1-0/+9
2009-05-27Update build system to find moved scripts -- Step 3 of 2:zwelch2-3/+8
2009-05-24David Brownell <david-b@pacbell.net>:zwelch3-9/+7
2009-05-13Include files required to rebuild the HTTP web pages in distribution.zwelch1-0/+9
2009-05-11Remove duplicate definition of encode in httpd.tcl.zwelch1-5/+0
2009-05-11Audit and eliminate redundant #include directives from src/server.zwelch7-71/+15
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch3-5/+0
2009-05-10Extend autotools build to create shared library libopenocd with libtool:zwelch1-6/+6
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