summaryrefslogtreecommitdiff
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
...
* tcl_connection_t -> struct tcl_connectionZachary T Welch2009-11-131-7/+7
* service_t -> struct serviceZachary T Welch2009-11-132-14/+14
* telnet_service_t -> struct telnet_serviceZachary T Welch2009-11-132-4/+4
* gdb_service_t -> struct gdb_serviceZachary T Welch2009-11-132-10/+10
* gdb_connection_t -> struct gdb_connectionZachary T Welch2009-11-132-21/+21
* use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch2009-11-133-3/+3
* use COMMAND_HELPER for command helper functionsZachary T Welch2009-11-132-4/+11
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-134-14/+10
* log: improve log_callback_fn signatureZachary T Welch2009-11-112-3/+3
* httpd: fix warnings, more robust error handling, improved MIME handlingØyvind Harboe2009-11-101-6/+9
* server: remove useless declarationsZachary T Welch2009-11-094-52/+64
* src/{server,pld,svf,xsvf}: remove 'extern' keywordZachary T Welch2009-11-094-11/+17
* Update all server port command to use new helper.Zachary T Welch2009-11-053-23/+5
* Add server port command helper function.Zachary T Welch2009-11-052-0/+23
* Retired gdb_attach. gdb-detach event covers this functionality.Øyvind Harboe2009-10-131-66/+3
* If halt times out, stop GDB. Allows e.g. manual reset via monitor commands.Øyvind Harboe2009-10-121-1/+4
* Stop debug session if halt failsØyvind Harboe2009-10-091-1/+6
* Stop GDB when polling fails, srst assert or powerdropout is detectedØyvind Harboe2009-10-081-1/+1
* handle single threadingoharboe2009-09-291-14/+34
* httpd smoketest infooharboe2009-09-291-4/+19
* When attaching GDB to OpenOCD, the target state is no longer affected.oharboe2009-09-242-28/+68
* Remove annoying end-of-line whitespace from most src/*dbrownell2009-09-211-1/+1
* fix bug when using 32 instead of 64 bit value in callback, caught by -Walloharboe2009-09-151-1/+1
* David Brownell <david-b@pacbell.net> start phasing out integers as target IDsoharboe2009-08-301-4/+12
* Steve Grubb <sgrubb@redhat.com> fix various and sundry leaksoharboe2009-08-241-0/+1
* Florian Boor <florian.boor@kernelconcepts.de> fixes a segfault executing comm...oharboe2009-08-211-1/+1
* Fix NPE in GDB_EVENT_END as logforwarding was not disabled early enoughoharboe2009-07-271-1/+7
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-177-7/+7
* 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