summaryrefslogtreecommitdiff
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
* typo in commentoharboe2009-07-081-2/+2
* A bit more log detail about connections comming and goingduane2009-06-281-0/+8
* - fix issue when using gdb_port cmdntfreak2009-06-251-3/+1
* Remove whitespace at end of lines, step 2.zwelch2009-06-232-57/+57
* - Replace '){' with ') {'.zwelch2009-06-231-6/+6
* Remove whitespace that occurs before ')'.zwelch2009-06-233-29/+29
* Remove whitespace that occurs after '('.zwelch2009-06-233-21/+21
* - Fixes '[<>]' whitespacezwelch2009-06-233-17/+17
* - Fixes '+' whitespacezwelch2009-06-232-14/+14
* - Fixes '=' whitespacezwelch2009-06-234-31/+31
* - Fixes '==' whitespacezwelch2009-06-231-7/+7
* - Fixes '<<' whitespacezwelch2009-06-231-1/+1
* - Fixes '&&' whitespacezwelch2009-06-231-3/+3
* - Fixes '[+]=' whitespacezwelch2009-06-231-1/+1
* - Fixes '!=' whitespacezwelch2009-06-232-9/+9
* - Fixes '-=' whitespacezwelch2009-06-231-1/+1
* - Replace 'for(' with 'for ('.zwelch2009-06-231-1/+1
* - Replace 'switch(' with 'switch ('.zwelch2009-06-231-3/+3
* - Replace 'while(' with 'while ('.zwelch2009-06-231-4/+4
* - Replace 'if(' with 'if ('.zwelch2009-06-231-11/+11
* C99 printf() -Werror fixesduane2009-06-211-7/+7
* Finish transforming 'u32' to 'uint32_t'.zwelch2009-06-181-21/+21
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-11/+11
* Fix compilation for Ubuntu 9.04 on x86-64 when using --enable-httpd.zwelch2009-06-171-1/+1
* David Brownell <david-b@pacbell.net>:zwelch2009-06-133-9/+9
* Fix make maintainer-clean for out-of-tree builds.zwelch2009-06-091-1/+1
* Add target_get_name wrapper:zwelch2009-05-311-2/+5
* Add target_step wrapper:zwelch2009-05-311-1/+2
* Add target_get_gdb_reg_list wrapper:zwelch2009-05-311-4/+4
* Author: Nicolas Pitre <nico@cam.org>kc8apf2009-05-271-0/+9
* Update build system to find moved scripts -- Step 3 of 2:zwelch2009-05-272-3/+8
* 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