| Commit message (Collapse) | Author | Age |
... | |
|
|
|
|
|
|
| |
Fix -Wlots with command.c (a uchar is never -1). Note also that one of our ifs is very stupid.
svn:r8741
|
|
|
|
|
|
|
| |
Oops. Libevent 1.2 exists. Add it to our enum, even though we dont care yet.
svn:r8740
|
|
|
|
|
|
|
| |
Apply patch from Mike Perry: add more reasons for circuit destroys. (Slightly tweaked to avoid allocating a number for an "internal" reason.)
svn:r8739
|
|
|
|
| |
svn:r8737
|
|
|
|
| |
svn:r8736
|
|
|
|
|
|
|
|
| |
this way vidalia has some guess about how freaked out we are, even if
it doesn't recognize the status name.
svn:r8735
|
|
|
|
| |
svn:r8728
|
|
|
|
| |
svn:r8727
|
|
|
|
|
|
|
|
| |
this still occurs on moria sometimes if it's swapping to death.
so be it.
svn:r8725
|
|
|
|
| |
svn:r8715
|
|
|
|
|
|
|
| |
Fix for last patch. "", though empty, is true. This ain't Python, Nick.
svn:r8701
|
|
|
|
|
|
|
| |
Fix extraneous space in CIRC events when path is empty.
svn:r8700
|
|
|
|
|
|
|
| |
Second patch to work on circuit close reasons from Mike Perry. Disabled partially; see comment. Whitespace cleaned up.
svn:r8699
|
|
|
|
| |
svn:r8695
|
|
|
|
| |
svn:r8694
|
|
|
|
| |
svn:r8693
|
|
|
|
| |
svn:r8692
|
|
|
|
|
|
|
| |
Also expand on anonymity effects from becoming a bridge relay.
svn:r8691
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn:r8689
|
|
|
|
|
|
|
| |
Remove -Winline from standard list, add -Wswitch-enum.
svn:r8687
|
|
|
|
|
|
|
| |
Make --enable-gcc-warnings work on gcc3.3, not just on gcc4.0
svn:r8686
|
|
|
|
|
|
|
| |
Fix a signed/unsigned compare in eventdns.c
svn:r8685
|
|
|
|
|
|
|
|
| |
service circuits.
(also found by mwenge)
svn:r8682
|
|
|
|
|
|
|
| |
printing a duplicate "$" in the keys we send. (Reported by mwenge)
svn:r8681
|
|
|
|
|
|
|
|
| |
When the user sends a NEWNYM signal, clear the client-side DNS
cache too. Otherwise we continue to act on previous information.
svn:r8679
|
|
|
|
| |
svn:r8678
|
|
|
|
| |
svn:r8677
|
|
|
|
|
|
|
| |
Move a changelog item; add a TODO.
svn:r8676
|
| |
|
|
|
|
|
|
|
| |
Add missing ! to code to generate short/verbose nicknames for orconn events.
svn:r8674
|
|
|
|
| |
svn:r8673
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Patch from Mike Perry: add a REASON field to closed and failed circ events.
svn:r8671
|
|
|
|
|
|
|
| |
Move definition of ssize_t to torint.h
svn:r8670
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Another patch to checkSpace.pl: allow type (WINAPI *fn)()
svn:r8668
|
|
|
|
| |
svn:r8666
|
|
|
|
|
|
|
| |
Fix some test and warn failures in last commit
svn:r8665
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Fix bug with handling EVENT_NEW_DESC with verbose nicknames enabled. Also, check for tor_vsnprintf failure in controller messages.
svn:r8663
|
|
|
|
|
|
|
| |
Add some quotes to a test in configure.in, so IRIX will run the configure script without warning.
svn:r8662
|
|
|
|
| |
svn:r8661
|
|
|
|
| |
svn:r8660
|
|
|
|
| |
svn:r8659
|
|
|
|
|
|
|
| |
needs a better name, and maybe needs a better syntax too.
svn:r8658
|
|
|
|
| |
svn:r8657
|
|
|
|
|
|
|
| |
Have autogen.sh script not run ./configure if NOCONF environment variable is set. This will make buildbot stuff go faster.
svn:r8656
|
|
|
|
|
|
|
| |
Add an --enable-gcc-warnings flag to configure.in
svn:r8655
|
|
|
|
|
|
|
| |
Fix signed/unsigned compare warning in eventdns.c
svn:r8654
|