Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-07 | packages now start including svn website docs (oops) | Roger Dingledine | |
svn:r8340 | |||
2006-09-07 | help the rpm spec file recognize development versions now that | Roger Dingledine | |
they're not called foo-cvs svn:r8339 | |||
2006-09-07 | clean up some comments | Roger Dingledine | |
svn:r8338 | |||
2006-09-07 | another controller event we left out | Roger Dingledine | |
svn:r8337 | |||
2006-09-07 | clean up and correct the spec | Roger Dingledine | |
svn:r8336 | |||
2006-09-07 | flesh out TODO re: AvoidDiskWrites | Roger Dingledine | |
svn:r8335 | |||
2006-09-07 | prefer calling it a client rather than an OP | Roger Dingledine | |
svn:r8334 | |||
2006-09-07 | rm'ed a tab (sorry) | Mike Chiussi | |
svn:r8333 | |||
2006-09-07 | - fixed up typos in eventdns.c | Mike Chiussi | |
- configure lets user build with eventdns on win32 svn:r8332 | |||
2006-09-07 | new config option AvoidDiskWrites for people running tors on | Roger Dingledine | |
usb keys and other media that degrades when you write. not implemented yet, so just a reminder. svn:r8331 | |||
2006-09-06 | r8733@Kushana: nickm | 2006-09-06 17:35:22 -0400 | Nick Mathewson | |
Add some missing defines to eventdns.c for windows. svn:r8330 | |||
2006-09-06 | r8731@Kushana: nickm | 2006-09-06 16:33:19 -0400 | Nick Mathewson | |
Try to fix eventdns.c build on windows. svn:r8329 | |||
2006-09-06 | r8729@Kushana: nickm | 2006-09-06 16:20:40 -0400 | Nick Mathewson | |
Fix dns_cancel_pending_resolve() to realize pending resolves have expiry times, and should not be freed except when they fall off the pqueue. svn:r8328 | |||
2006-09-06 | r8725@Kushana: nickm | 2006-09-06 04:39:29 -0400 | Nick Mathewson | |
spawn_func fixes: have cpuworker_main and dnsworker_main confirm to the right interfaces [casting func to void* is icky]. Also, make pthread_create() build without warnings. svn:r8327 | |||
2006-09-06 | r8724@Kushana: nickm | 2006-09-06 04:32:28 -0400 | Nick Mathewson | |
Fix spaces; restore support for mapping files over 4GB on win32 (?) svn:r8326 | |||
2006-09-06 | r8723@Kushana: nickm | 2006-09-06 04:24:54 -0400 | Nick Mathewson | |
Clean up configure.in spaces, and make it work on Mac OS X again (for me). svn:r8325 | |||
2006-09-06 | r9665@danube: weasel | 2006-09-06 04:08:12 +0200 | Peter Palfrader | |
Remove svn:executable properties from all files in Win32Build svn:r8324 | |||
2006-09-06 | - removed windows line endings | Mike Chiussi | |
svn:r8323 | |||
2006-09-06 | - made configure check if we are building for win32 | Mike Chiussi | |
- made configure link to required system dll's if building for win32 - added diffs for libevent 1.1b - forced user to turn off eventdns if win32 is set - cleaned up tor_mmap_file()_win32 (not sure if it's stable) - cleaned up some warnings and typos svn:r8322 | |||
2006-09-05 | patch from tup | Roger Dingledine | |
svn:r8321 | |||
2006-09-03 | r9648@danube: weasel | 2006-09-03 19:54:42 +0200 | Peter Palfrader | |
Document minor update of debian/copyright by arma in debian changelog svn:r8320 | |||
2006-09-03 | r8709@Kushana: nickm | 2006-09-02 20:59:54 -0400 | Nick Mathewson | |
Remove unused autoconf checks. svn:r8319 | |||
2006-09-03 | r8708@Kushana: nickm | 2006-09-02 20:34:15 -0400 | Nick Mathewson | |
Fix warnings reported by weasel when compiling Tor on Debian woody. svn:r8318 | |||
2006-09-02 | Tor is more than code these days. | Roger Dingledine | |
svn:r8317 | |||
2006-09-02 | r8704@Kushana: nickm | 2006-09-02 01:32:34 -0400 | Nick Mathewson | |
correct includes for net/if.h and net/pfvar.h on openbsd (from Tup) svn:r8316 | |||
2006-08-31 | Remove old TODO that I can't remember the details of it. | Andrew Lewman | |
svn:r8315 | |||
2006-08-31 | r8696@Kushana: nickm | 2006-08-31 14:43:44 -0400 | Nick Mathewson | |
Try to appease some warnings with newer gccs that believe that ignoring a return value is okay, but casting a return value and then ignoring it is a sign of madness. svn:r8312 | |||
2006-08-31 | r8695@Kushana: nickm | 2006-08-31 14:35:36 -0400 | Nick Mathewson | |
Fix two corner cases in router_dir_info_changed(). This should have no observable effect. svn:r8311 | |||
2006-08-31 | r8692@Kushana: nickm | 2006-08-31 13:38:07 -0400 | Nick Mathewson | |
Fix bug 327 (part 2): Cast char to unsigned char before passing to toupper/tolower. (Follow the same idiom as with isupper and friends, in case we run into the same problem on SGI or whereever it was.) svn:r8310 | |||
2006-08-31 | r8691@Kushana: nickm | 2006-08-31 13:30:46 -0400 | Nick Mathewson | |
Fix bug 327 (part 1): Use correct macro to test for GCC 3 or later. svn:r8309 | |||
2006-08-30 | r8687@Kushana: nickm | 2006-08-30 19:33:28 -0400 | Nick Mathewson | |
Apply patch from Adam Langley: fix assert() in eventdns.c. [Fuzzing, apparently, is cool.] svn:r8308 | |||
2006-08-30 | r8686@Kushana: nickm | 2006-08-30 18:01:35 -0400 | Nick Mathewson | |
Remove bogus whitespace svn:r8307 | |||
2006-08-29 | r8682@Kushana: nickm | 2006-08-29 17:58:59 -0400 | Nick Mathewson | |
Fix compilation on GCC2 by disabling fun attributes unless __GNUC_MAJOR__ >= 3. svn:r8303 | |||
2006-08-29 | r9569@galaxy: weasel | 2006-08-29 22:38:54 +0200 | Peter Palfrader | |
Change Standards-Version to 3.7.2. No changes required. svn:r8302 | |||
2006-08-29 | r9568@galaxy: weasel | 2006-08-29 22:34:36 +0200 | Peter Palfrader | |
Upload target is experimental, not unstable svn:r8301 | |||
2006-08-29 | r9567@galaxy: weasel | 2006-08-29 22:32:46 +0200 | Peter Palfrader | |
Prepare 0.1.2.1-alpha-1 svn:r8300 | |||
2006-08-29 | r9566@galaxy: weasel | 2006-08-29 22:32:26 +0200 | Peter Palfrader | |
Unnest all those nested if blocks svn:r8299 | |||
2006-08-29 | r9565@galaxy: weasel | 2006-08-29 22:20:38 +0200 | Peter Palfrader | |
Do not reload or start when our config is known to be broken svn:r8298 | |||
2006-08-29 | r8657@Kushana: nickm | 2006-08-29 00:22:31 -0400 | Nick Mathewson | |
Mark an item complete; test new commit-email.pl script. svn:r8280 | |||
2006-08-28 | r8654@Kushana: nickm | 2006-08-28 16:50:36 -0400 | Nick Mathewson | |
I bet real programmers even have programs that compile. svn:r8278 | |||
2006-08-28 | r8652@Kushana: nickm | 2006-08-28 16:41:44 -0400 | Nick Mathewson | |
Resolve bug 324: strdup the right variable. svn:r8277 | |||
2006-08-28 | and make the comment better, while i'm at it | Roger Dingledine | |
svn:r8273 | |||
2006-08-28 | an even better check -- now servers hang up if they can't write | Roger Dingledine | |
for a while, and clients hang up if they can't read for a while. svn:r8272 | |||
2006-08-28 | fix bug found by Adam J. Richter: directory clients shouldn't | Roger Dingledine | |
hang up five minutes after they begin. but directory servers should still hang up after 5 minutes of failing to deliver any bytes. svn:r8271 | |||
2006-08-28 | put some symbols on the eventdns logging. leave the haphazard | Roger Dingledine | |
formatting alone. svn:r8270 | |||
2006-08-28 | r8626@Kushana: nickm | 2006-08-27 23:45:46 -0400 | Nick Mathewson | |
Aw, crap. Non-gcc bug. We need regular windows builds. svn:r8259 | |||
2006-08-28 | Kill some SVK branches that I am done with. | Nick Mathewson | |
svn:r8258 | |||
2006-08-28 | r8609@Kushana: nickm | 2006-08-27 17:24:27 -0400 | Nick Mathewson | |
Add some doxygen, concentrated in dns.c svn:r8256 | |||
2006-08-28 | r8608@Kushana: nickm | 2006-08-27 16:57:47 -0400 | Nick Mathewson | |
Make it possible to change nameserver options while Tor is running. svn:r8255 | |||
2006-08-28 | r8607@Kushana: nickm | 2006-08-27 15:45:42 -0400 | Nick Mathewson | |
Change configuration strategy for eventdns. Instead of elaborate option set, just allow the user to specify another resolv.conf to use. svn:r8254 |