summaryrefslogtreecommitdiff
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
* David Brownell <david-b@pacbell.net>:zwelch2009-05-243-9/+7
* Include files required to rebuild the HTTP web pages in distribution.zwelch2009-05-131-0/+9
* Remove duplicate definition of encode in httpd.tcl.zwelch2009-05-111-5/+0
* Audit and eliminate redundant #include directives from src/server.zwelch2009-05-117-71/+15
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-113-5/+0
* Extend autotools build to create shared library libopenocd with libtool:zwelch2009-05-101-6/+6
* Fix warnings in httpd.c; builds with libmicrohttpd-0.4.1.zwelch2009-05-081-18/+17
* Update autotools scripts to require automake 1.6. The configure.in scriptzwelch2009-05-021-2/+7
* Remove redundant declarations to allow building with -Wredundant-decls.zwelch2009-04-291-1/+0
* eol-style nativeoharboe2009-04-281-114/+114
* Michael Bruck <mbruck@digenius.de> signed/unsigned incompatibility warningoharboe2009-04-221-2/+2
* - fix signed/unsigned build errors under win32. Thanks Zach Welch <zw@superlu...ntfreak2009-04-211-0/+5
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-6/+6
* Hiroshi Ito <ito@mlb.co.jp> typosoharboe2009-03-181-1/+1
* Holger Schurig <hs4233@mail.mn-solutions.de> fix warningsoharboe2009-02-181-1/+1
* zy1000 1.49 snapshotoharboe2009-02-171-8/+0
* Fix 'make maintainer-clean' courtesy of Zach Welch <zw@superlucidity.net>kc8apf2009-01-201-0/+2
* Fix distcheck failurekc8apf2009-01-161-4/+2
* - add gdb pipe support to native win32 (--pipe option)ntfreak2009-01-012-6/+16
* - add missing svn props from r1270 commitntfreak2008-12-2328-9193/+9193
* httpd wipoharboe2008-12-236-11/+19
* httpd wipoharboe2008-12-2214-149/+26
* httpd wipoharboe2008-12-2220-2/+2
* httpd wip oharboe2008-12-2230-72/+9657
* cygwin fixesoharboe2008-12-221-3/+5
* - fix rlink build under native win32 (mingw)ntfreak2008-12-191-457/+457
* houskeepingoharboe2008-12-171-1/+1
* fixed gaffe in post handlingoharboe2008-12-171-5/+7
* work in progress to hook up libmicrohttpd + tcl integrationoharboe2008-12-162-0/+460
* allow setting/reading gdb_port at any timeoharboe2008-12-161-6/+6
* - add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak2008-12-155-96/+177
* - remove target specific variant and use target->variant memberntfreak2008-12-133-11/+4
* - fix issue with gdb_target_to_reg missing second bytentfreak2008-11-201-1/+1
* big endian fix for GDB. Probably fixes a memory corruption(not reported) as w...oharboe2008-11-181-26/+57
* minor cleanupoharboe2008-11-102-1/+4
* fix telnet async messages. retired telnet_async command - no user serviceable...oharboe2008-11-052-13/+7
* Added telnet_async command to enable/disable asynchronousoharboe2008-10-311-1/+15
* gdb_report_data_abort now ignores all target read errors, including address s...oharboe2008-10-241-1/+1
* produce syntax erroroharboe2008-10-221-8/+4
* Laurentiu Cocanu - more help textoharboe2008-10-223-15/+26
* - remove build warningsntfreak2008-10-141-2/+5
* Laurentiu Cocanu - more error handling fixesoharboe2008-10-141-11/+33
* Duane Ellis: addresses protocol problems with GDB.oharboe2008-10-111-6/+35
* Centralize error handling for buggy register handlingoharboe2008-10-061-10/+1
* fix noise in gdb console when single stepping. Remove printing of log before ...oharboe2008-09-241-1/+1
* fixed false positives for keep_alive() not being invoked. oharboe2008-09-241-47/+51
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-206-14/+23
* Duane Ellis: "target as an [tcl] object" feature.oharboe2008-09-012-17/+25
* do not check checksums in noack caseoharboe2008-08-261-104/+124
* duan ellis target tcl work in progressoharboe2008-08-241-8/+12