aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)AuthorFilesLines
2009-11-13connection_t -> struct connectionZachary T Welch5-67/+67
2009-11-13telnet_connection_t -> struct telnet_connectionZachary T Welch2-10/+10
2009-11-13tcl_connection_t -> struct tcl_connectionZachary T Welch1-7/+7
2009-11-13service_t -> struct serviceZachary T Welch2-14/+14
2009-11-13telnet_service_t -> struct telnet_serviceZachary T Welch2-4/+4
2009-11-13gdb_service_t -> struct gdb_serviceZachary T Welch2-10/+10
2009-11-13gdb_connection_t -> struct gdb_connectionZachary T Welch2-21/+21
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch3-3/+3
2009-11-13use COMMAND_HELPER for command helper functionsZachary T Welch2-4/+11
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch4-14/+10
2009-11-11log: improve log_callback_fn signatureZachary T Welch2-3/+3
2009-11-10httpd: fix warnings, more robust error handling, improved MIME handlingØyvind Harboe1-6/+9
2009-11-09server: remove useless declarationsZachary T Welch4-52/+64
2009-11-09src/{server,pld,svf,xsvf}: remove 'extern' keywordZachary T Welch4-11/+17
2009-11-05Update all server port command to use new helper.Zachary T Welch3-23/+5
2009-11-05Add server port command helper function.Zachary T Welch2-0/+23
2009-10-13Retired gdb_attach. gdb-detach event covers this functionality.Øyvind Harboe1-66/+3
2009-10-12If halt times out, stop GDB. Allows e.g. manual reset via monitor commands.Øyvind Harboe1-1/+4
2009-10-09Stop debug session if halt failsØyvind Harboe1-1/+6
2009-10-08Stop GDB when polling fails, srst assert or powerdropout is detectedØyvind Harboe1-1/+1
2009-09-29handle single threadingoharboe1-14/+34
2009-09-29httpd smoketest infooharboe1-4/+19
2009-09-24When attaching GDB to OpenOCD, the target state is no longer affected.oharboe2-28/+68
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell1-1/+1
2009-09-15fix bug when using 32 instead of 64 bit value in callback, caught by -Walloharboe1-1/+1
2009-08-30David Brownell <david-b@pacbell.net> start phasing out integers as target IDsoharboe1-4/+12
2009-08-24Steve Grubb <sgrubb@redhat.com> fix various and sundry leaksoharboe1-0/+1
2009-08-21Florian Boor <florian.boor@kernelconcepts.de> fixes a segfault executing comm...oharboe1-1/+1
2009-07-27Fix NPE in GDB_EVENT_END as logforwarding was not disabled early enoughoharboe1-1/+7
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe7-7/+7
2009-07-08typo in commentoharboe1-2/+2
2009-06-28A bit more log detail about connections comming and goingduane1-0/+8
2009-06-25- fix issue when using gdb_port cmdntfreak1-3/+1
2009-06-23Remove whitespace at end of lines, step 2.zwelch2-57/+57
2009-06-23- Replace '){' with ') {'.zwelch1-6/+6
2009-06-23Remove whitespace that occurs before ')'.zwelch3-29/+29
2009-06-23Remove whitespace that occurs after '('.zwelch3-21/+21
2009-06-23- Fixes '[<>]' whitespacezwelch3-17/+17
2009-06-23- Fixes '+' whitespacezwelch2-14/+14
2009-06-23- Fixes '=' whitespacezwelch4-31/+31
2009-06-23- Fixes '==' whitespacezwelch1-7/+7
2009-06-23- Fixes '<<' whitespacezwelch1-1/+1
2009-06-23- Fixes '&&' whitespacezwelch1-3/+3
2009-06-23- Fixes '[+]=' whitespacezwelch1-1/+1
2009-06-23- Fixes '!=' whitespacezwelch2-9/+9
2009-06-23- Fixes '-=' whitespacezwelch1-1/+1
2009-06-23- Replace 'for(' with 'for ('.zwelch1-1/+1
2009-06-23- Replace 'switch(' with 'switch ('.zwelch1-3/+3
2009-06-23- Replace 'while(' with 'while ('.zwelch1-4/+4
2009-06-23- Replace 'if(' with 'if ('.zwelch1-11/+11