aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Fix bug in state parsingNick Mathewson2005-07-28
| | | | svn:r4681
* Possibly broken implementation of persistant state; handles helper nodes; ↵Nick Mathewson2005-07-28
| | | | | | does not handle accounting info yet. svn:r4680
* define TIME_T_IS_SIGNED on windowsNick Mathewson2005-07-25
| | | | svn:r4676
* Fix logic to set TIME_T_MAX; apparently, everybody had thought of the ↵Nick Mathewson2005-07-25
| | | | | | prospect of a signed time_t but me. svn:r4675
* whoops, fix compileRoger Dingledine2005-07-25
| | | | svn:r4674
* parameterize RephistTrackTimeRoger Dingledine2005-07-25
| | | | svn:r4673
* bump to 0.1.1.3-alphaRoger Dingledine2005-07-25
| | | | svn:r4672
* better log examples in the torrcRoger Dingledine2005-07-23
| | | | svn:r4646
* fix typosRoger Dingledine2005-07-23
| | | | svn:r4645
* document code for hibernationNick Mathewson2005-07-23
| | | | svn:r4644
* and a nearby defineRoger Dingledine2005-07-23
| | | | svn:r4643
* add parenthesis to U64_PRINTF_ARG macroNick Mathewson2005-07-23
| | | | svn:r4642
* Rename cross-format config.c stuff to config_* and or_options_t-specific ↵Nick Mathewson2005-07-23
| | | | | | stuff to option[s]_* svn:r4641
* Fix out-of-place declarationNick Mathewson2005-07-23
| | | | svn:r4640
* Be consistent about preferring foo* to struct foo*Nick Mathewson2005-07-22
| | | | svn:r4637
* Parameterize configuration parsing functionsNick Mathewson2005-07-22
| | | | svn:r4635
* Initial, somewhat dodgy implementation of helper nodes. It has too many ↵Nick Mathewson2005-07-22
| | | | | | XXXXs, it logs too verbosely, and it doesnt do persistence. svn:r4633
* Add getinfo logic for accounting; add options for helper nodesNick Mathewson2005-07-22
| | | | svn:r4632
* the abuse faq moved, so change the urlRoger Dingledine2005-07-22
| | | | svn:r4629
* we were mangling memory because we weren't allocing enoughRoger Dingledine2005-07-22
| | | | | | | | for the hidserv desc nick can you check that this is enough now? svn:r4628
* let hidden service descriptors publish 0 intro pointsRoger Dingledine2005-07-22
| | | | | | | nick, please check the logic here svn:r4627
* in circuit_list_path(), don't redundantly print the intended exitRoger Dingledine2005-07-20
| | | | | | | nickname when the circuit is open. svn:r4622
* be consistent about printing out key digest $'s when we're getting aRoger Dingledine2005-07-19
| | | | | | | different key than we expect svn:r4609
* forward-port with a different version claimRoger Dingledine2005-07-19
| | | | svn:r4608
* unit tests to prove i didn't screw upRoger Dingledine2005-07-18
| | | | svn:r4602
* cosmetic fixesRoger Dingledine2005-07-18
| | | | svn:r4601
* stop asserting if we have a controller listening for circuit eventsRoger Dingledine2005-07-18
| | | | | | | | and we're offline so we fail to make a circuit and it tries to notify us about the zero-length circuit. svn:r4600
* slightly cleaner fixRoger Dingledine2005-07-18
| | | | svn:r4599
* bugfixes: smartlist_join_strings2() was underflowing a size_tRoger Dingledine2005-07-18
| | | | | | | | | | if you gave it an empty smartlist; and it wasn't terminating in this case even if you asked it to. this does not appear to be exploitable in any reasonable cases. svn:r4598
* now that we're recommending 0.1.1.x-alpha for win32 and os x users,Roger Dingledine2005-07-18
| | | | | | | stop printing debug stuff once a minute svn:r4596
* add a trivial tor-counting variableRoger Dingledine2005-07-18
| | | | svn:r4593
* make event streams work with control v1 tooRoger Dingledine2005-07-17
| | | | svn:r4590
* downgrade a warning that could plausibly happen sometimes now that weRoger Dingledine2005-07-17
| | | | | | | have controllers. svn:r4589
* correct error message in closestreamRoger Dingledine2005-07-17
| | | | svn:r4588
* not not zero means zeroRoger Dingledine2005-07-17
| | | | svn:r4587
* if the controller asks to extendcircuit to circid 0, we need toRoger Dingledine2005-07-17
| | | | | | | init the circuit before we can add hops to its cpath. svn:r4586
* arguments in EXTENDCIRCUIT were reversedRoger Dingledine2005-07-17
| | | | | | | | | and an error message was misleading and we were leaking memory on some errors more bugs remain svn:r4585
* Make "Couldnt add router to list" message more descriptive. Make messages ↵Nick Mathewson2005-07-15
| | | | | | consistenly punctuated. svn:r4582
* Fix several bugs in read_escaped_data; add a unit test and a few docsNick Mathewson2005-07-15
| | | | svn:r4580
* bump us to 0.1.1.2-alpha-cvs since stuff has changedRoger Dingledine2005-07-15
| | | | svn:r4579
* Merge patch from Matt Edman for bug 162 (service never stops)Nick Mathewson2005-07-15
| | | | svn:r4578
* the other half of the bugfix: tolerate a trusted dirserver claimingRoger Dingledine2005-07-15
| | | | | | | dirport 0 in its descriptor. svn:r4576
* if you're an auth dir server, always publish your dirport,Roger Dingledine2005-07-15
| | | | | | | | | even if you haven't yet found yourself to be reachable. this is the cause of Jan Tore Morken's recent or-talk bug. svn:r4575
* point out some bugs for nick, noticed by whiteoutRoger Dingledine2005-07-15
| | | | svn:r4574
* missed oneRoger Dingledine2005-07-14
| | | | svn:r4567
* tell us what kind of listener it is, tooRoger Dingledine2005-07-14
| | | | svn:r4566
* fix opening listener log msgNick Mathewson2005-07-14
| | | | svn:r4565
* Populate address field of listeners with an actually sane value.Nick Mathewson2005-07-14
| | | | svn:r4564
* bump to 0.1.1.2-alphaRoger Dingledine2005-07-14
| | | | svn:r4563
* and here tooRoger Dingledine2005-07-14
| | | | svn:r4561