Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-14 | Make the get_options() return const | Nick Mathewson | |
This lets us make a lot of other stuff const, allows the compiler to generate (slightly) better code, and will make me get slightly fewer patches from folks who stick mutable stuff into or_options_t. const: because not every input is an output! | |||
2011-04-28 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-04-28 | stop putting wacky values into state->lastwritten | Roger Dingledine | |
2011-01-03 | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-01-03 | Bump copyright statements to 2011 (0.2.2) | Nick Mathewson | |
2010-09-28 | Autodetect the number of CPUs when possible if NumCPUs==0 | Nick Mathewson | |
This is needed for IOCP, since telling the IOCP backend about all your CPUs is a good idea. It'll also come in handy with asn's multithreaded crypto stuff, and for people who run servers without reading the manual. | |||
2010-07-27 | Create config.h | Sebastian Hahn | |