aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* r9062@totoro: nickm | 2006-10-17 11:19:43 -0400Nick Mathewson2006-10-17
| | | | | | | Fix -Wlots with command.c (a uchar is never -1). Note also that one of our ifs is very stupid. svn:r8741
* r9061@totoro: nickm | 2006-10-17 11:18:28 -0400Nick Mathewson2006-10-17
| | | | | | | Oops. Libevent 1.2 exists. Add it to our enum, even though we dont care yet. svn:r8740
* r9060@totoro: nickm | 2006-10-17 11:12:48 -0400Nick Mathewson2006-10-17
| | | | | | | Apply patch from Mike Perry: add more reasons for circuit destroys. (Slightly tweaked to avoid allocating a number for an "internal" reason.) svn:r8739
* Updated version of openssl.Andrew Lewman2006-10-17
| | | | svn:r8737
* Updated version of openssl and removed duplicate win32api get.Andrew Lewman2006-10-17
| | | | svn:r8736
* break status events into notice/warn rather than general/client/server.Roger Dingledine2006-10-16
| | | | | | | | this way vidalia has some guess about how freaked out we are, even if it doesn't recognize the status name. svn:r8735
* take some more notes on status events we wantRoger Dingledine2006-10-15
| | | | svn:r8728
* clean up and downgrade some log messagesRoger Dingledine2006-10-15
| | | | svn:r8727
* move the 'time jump' warning back to a higher threshold.Roger Dingledine2006-10-15
| | | | | | | | this still occurs on moria sometimes if it's swapping to death. so be it. svn:r8725
* flesh out the status events some moreRoger Dingledine2006-10-14
| | | | svn:r8715
* r9021@totoro: nickm | 2006-10-13 01:42:45 -0400Nick Mathewson2006-10-13
| | | | | | | Fix for last patch. "", though empty, is true. This ain't Python, Nick. svn:r8701
* r9019@totoro: nickm | 2006-10-13 01:32:34 -0400Nick Mathewson2006-10-13
| | | | | | | Fix extraneous space in CIRC events when path is empty. svn:r8700
* r9017@totoro: nickm | 2006-10-13 01:27:33 -0400Nick Mathewson2006-10-13
| | | | | | | Second patch to work on circuit close reasons from Mike Perry. Disabled partially; see comment. Whitespace cleaned up. svn:r8699
* Commit debian 0.1.2.2-alpha-1 changelogPeter Palfrader2006-10-12
| | | | svn:r8695
* a few more tweaks and a new subsectionRoger Dingledine2006-10-12
| | | | svn:r8694
* clean up and name and syntax of status eventsRoger Dingledine2006-10-12
| | | | svn:r8693
* dump more ideas in the blocking paperRoger Dingledine2006-10-12
| | | | svn:r8692
* Motivate and introduce blocking.tex better.Roger Dingledine2006-10-12
| | | | | | | Also expand on anonymity effects from becoming a bridge relay. svn:r8691
* r9004@totoro: nickm | 2006-10-11 18:05:24 -0400Nick Mathewson2006-10-11
| | | | | | | | Add client support for a 'BadExit' flag, so authorities can say "Server X is a poor choise for your nytimes.com connections, as it seems to direct them to HoorayForMao.com or (more likely) WouldYouLikeToBuyTheseFineEncyclopedias.com" svn:r8690
* simplify a section of the HACKING fileRoger Dingledine2006-10-11
| | | | svn:r8689
* r8987@totoro: nickm | 2006-10-10 19:46:08 -0400Nick Mathewson2006-10-10
| | | | | | | Remove -Winline from standard list, add -Wswitch-enum. svn:r8687
* r8986@totoro: nickm | 2006-10-10 19:40:28 -0400Nick Mathewson2006-10-10
| | | | | | | Make --enable-gcc-warnings work on gcc3.3, not just on gcc4.0 svn:r8686
* r8985@totoro: nickm | 2006-10-10 19:39:57 -0400Nick Mathewson2006-10-10
| | | | | | | Fix a signed/unsigned compare in eventdns.c svn:r8685
* - Stop triggering asserts if the controller tries to extend hiddenRoger Dingledine2006-10-09
| | | | | | | | service circuits. (also found by mwenge) svn:r8682
* When reporting verbose nicknames in entry_guards_getinfo(), avoidRoger Dingledine2006-10-09
| | | | | | | printing a duplicate "$" in the keys we send. (Reported by mwenge) svn:r8681
* Security bugfixes:Roger Dingledine2006-10-09
| | | | | | | | When the user sends a NEWNYM signal, clear the client-side DNS cache too. Otherwise we continue to act on previous information. svn:r8679
* remove a redundant todo entryRoger Dingledine2006-10-09
| | | | svn:r8678
* whitespace tweaksRoger Dingledine2006-10-09
| | | | svn:r8677
* r9114@directionless-main: nickm | 2006-10-06 15:46:41 -0400Nick Mathewson2006-10-09
| | | | | | | Move a changelog item; add a TODO. svn:r8676
* svn:r8675Nick Mathewson2006-10-09
|
* r8983@totoro: nickm | 2006-10-09 14:19:18 -0400Nick Mathewson2006-10-09
| | | | | | | Add missing ! to code to generate short/verbose nicknames for orconn events. svn:r8674
* Replace the tor.ico with one which is not encumbered by a poor license.Andrew Lewman2006-10-09
| | | | svn:r8673
* r8973@totoro: nickm | 2006-10-09 11:45:47 -0400Nick Mathewson2006-10-09
| | | | | | | | | | | Touch up last patch (to add REASON to CIRC events): make some reasons more sensible, send reasons only to controllers that have enabled extended events, and clean up whitespace. svn:r8672
* r8972@totoro: nickm | 2006-10-09 10:36:22 -0400Nick Mathewson2006-10-09
| | | | | | | Patch from Mike Perry: add a REASON field to closed and failed circ events. svn:r8671
* r8971@totoro: nickm | 2006-10-09 10:16:23 -0400Nick Mathewson2006-10-09
| | | | | | | Move definition of ssize_t to torint.h svn:r8670
* r8970@totoro: nickm | 2006-10-09 10:12:53 -0400Nick Mathewson2006-10-09
| | | | | | | Win32 patch from Matt Edman: fix compilation bugs by casting to int; defining SSIZE_T; defining USE_TWOS_COMPLEMENT in windows orconfig.h; and using the proper names for win32 functions on GetProcAddress. Also fixes bug 295. svn:r8669
* r8969@totoro: nickm | 2006-10-09 09:58:38 -0400Nick Mathewson2006-10-09
| | | | | | | Another patch to checkSpace.pl: allow type (WINAPI *fn)() svn:r8668
* was this one we missed?Roger Dingledine2006-10-09
| | | | svn:r8666
* r8967@totoro: nickm | 2006-10-08 23:38:50 -0400Nick Mathewson2006-10-09
| | | | | | | Fix some test and warn failures in last commit svn:r8665
* r8957@totoro: nickm | 2006-10-08 22:35:17 -0400Nick Mathewson2006-10-09
| | | | | | | The otherwise regrettable MIPSpro C compiler warns about values set but never used, and about mixing enums and ints; these are good warnings, and so should be fixed. This removes some dead code and some potential bugs. Thanks to pnx. svn:r8664
* r8956@totoro: nickm | 2006-10-08 22:25:27 -0400Nick Mathewson2006-10-09
| | | | | | | Fix bug with handling EVENT_NEW_DESC with verbose nicknames enabled. Also, check for tor_vsnprintf failure in controller messages. svn:r8663
* r8955@totoro: nickm | 2006-10-08 22:23:17 -0400Nick Mathewson2006-10-09
| | | | | | | Add some quotes to a test in configure.in, so IRIX will run the configure script without warning. svn:r8662
* Add descriptive information to the install executable.Andrew Lewman2006-10-09
| | | | svn:r8661
* Add tor.ico to dist.Andrew Lewman2006-10-09
| | | | svn:r8660
* We have icons for Tor in Win32-land.Andrew Lewman2006-10-09
| | | | svn:r8659
* a potential syntax for the EVENT_MISC_* events.Roger Dingledine2006-10-08
| | | | | | | needs a better name, and maybe needs a better syntax too. svn:r8658
* remove some old debugging codeRoger Dingledine2006-10-08
| | | | svn:r8657
* r8952@totoro: nickm | 2006-10-08 17:27:56 -0400Nick Mathewson2006-10-08
| | | | | | | Have autogen.sh script not run ./configure if NOCONF environment variable is set. This will make buildbot stuff go faster. svn:r8656
* r8948@totoro: nickm | 2006-10-08 17:04:53 -0400Nick Mathewson2006-10-08
| | | | | | | Add an --enable-gcc-warnings flag to configure.in svn:r8655
* r8947@totoro: nickm | 2006-10-08 17:04:30 -0400Nick Mathewson2006-10-08
| | | | | | | Fix signed/unsigned compare warning in eventdns.c svn:r8654