aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)AuthorFilesLines
2009-06-21C99 printf() -Werror fixesduane1-7/+7
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch1-21/+21
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-11/+11
2009-06-17Fix compilation for Ubuntu 9.04 on x86-64 when using --enable-httpd.zwelch1-1/+1
2009-06-13David Brownell <david-b@pacbell.net>:zwelch3-9/+9
2009-06-09Fix make maintainer-clean for out-of-tree builds.zwelch1-1/+1
2009-05-31Add target_get_name wrapper:zwelch1-2/+5
2009-05-31Add target_step wrapper:zwelch1-1/+2
2009-05-31Add target_get_gdb_reg_list wrapper:zwelch1-4/+4
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