Age | Commit message (Expand) | Author |
2005-09-21 | bugfix: nobody ever implemented EVENT_ADDRMAP for control protocol | Roger Dingledine |
2005-09-21 | Make write_escaped_data more bulletproof; backport candidate. | Nick Mathewson |
2005-09-14 | Add new config.c function to set options that can fail, and roll back if they... | Nick Mathewson |
2005-09-14 | checkpoint: clean up and document the three ways to call config_assign() | Roger Dingledine |
2005-09-12 | Fix bug found by "ca": looking up a non-existent stream for a v1 control conn... | Nick Mathewson |
2005-09-08 | Make GCC v4 happy with heavy warnings enabled. | Nick Mathewson |
2005-09-08 | add a RESETCONF controller command, and make setconf with a null | Roger Dingledine |
2005-08-24 | TOR_ISSPACE, not isspace. | Nick Mathewson |
2005-08-22 | Make set_options a little smarter: have options_act handle transitions on its... | Nick Mathewson |
2005-08-15 | rotate dns and cpu workers if the controller changes options that | Roger Dingledine |
2005-08-15 | fix typo | Roger Dingledine |
2005-08-15 | Implement exit enclaves: if we know an IP address for the destination, | Roger Dingledine |
2005-08-13 | let unregistered-servers take a parameter (the min bandwidth) | Roger Dingledine |
2005-08-13 | Add a 'quit' command for the controller. | Roger Dingledine |
2005-08-12 | Make GCC very happy, even with lots of warnings set. Also, try to fix some re... | Nick Mathewson |
2005-08-10 | Add a config-file GETINFO entry; fix a minor memory leak on some SAVECONF calls. | Nick Mathewson |
2005-08-09 | Avoid sending blank lines when GETINFO replies should be empty | Nick Mathewson |
2005-08-08 | fix a function comment | Roger Dingledine |
2005-08-07 | Also set event_mask=0 in connection_free_all, and dont send events to marked ... | Nick Mathewson |
2005-08-07 | incomplete patch for matt's info controller signal term bug | Roger Dingledine |
2005-08-04 | Implement some more GETINFO goodness: expose helper nodes, config options, ge... | Nick Mathewson |
2005-07-23 | Rename cross-format config.c stuff to config_* and or_options_t-specific stuf... | Nick Mathewson |
2005-07-22 | Be consistent about preferring foo* to struct foo* | Nick Mathewson |
2005-07-22 | Add getinfo logic for accounting; add options for helper nodes | Nick Mathewson |
2005-07-17 | make event streams work with control v1 too | Roger Dingledine |
2005-07-17 | correct error message in closestream | Roger Dingledine |
2005-07-17 | not not zero means zero | Roger Dingledine |
2005-07-17 | if the controller asks to extendcircuit to circid 0, we need to | Roger Dingledine |
2005-07-17 | arguments in EXTENDCIRCUIT were reversed | Roger Dingledine |
2005-07-15 | Fix several bugs in read_escaped_data; add a unit test and a few docs | Nick Mathewson |
2005-07-15 | point out some bugs for nick, noticed by whiteout | Roger Dingledine |
2005-07-13 | Macro-fu to get DEBUG events working. | Nick Mathewson |
2005-07-12 | fix a seg fault with autodetecting which controller version is being used | Roger Dingledine |
2005-07-11 | Canonicalize option names even on defaulted options. | Nick Mathewson |
2005-06-29 | Logic to implement rendezvous/introduction via unknown servers. | Nick Mathewson |
2005-06-27 | Compile on win32 | Nick Mathewson |
2005-06-20 | Appease verbose GCC warnings. | Nick Mathewson |
2005-06-19 | Add feature to handle unset (default) configuration options in GETCONF contro... | Nick Mathewson |
2005-06-19 | Implement all the rest of the new controller protocol, debug a little, add so... | Nick Mathewson |
2005-06-18 | The new protocol is implemented. Except for the pesky string unquoting busin... | Nick Mathewson |
2005-06-18 | Implement EXTENDCIRCUIT and ATTACHCIRCUIT. Only SETCONFIG and AUTHENTICATE re... | Nick Mathewson |
2005-06-18 | Implement even more control functionality | Nick Mathewson |
2005-06-17 | Implement all the easy bits of the new control protocol | Nick Mathewson |
2005-06-17 | Start implementing framework for revised control spec. | Nick Mathewson |
2005-06-11 | whitespace fix | Nick Mathewson |
2005-06-11 | Docment or add DOCDOC comments to undocumented functions in src/or. Make fun... | Nick Mathewson |
2005-06-11 | flesh out the source file descriptions for doxygen | Roger Dingledine |
2005-06-09 | Change end-of-file NLNL convention. It turns out arma I and I agree. | Nick Mathewson |
2005-06-05 | Fix buffer overlow when checking hashed passwords | Nick Mathewson |
2005-05-23 | Make hashed controller password encoding use hex not base64; this makes it po... | Nick Mathewson |