summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-09-12avoid getting mail from ilja in 2008 about this.Roger Dingledine
svn:r8375
2006-09-12 r9734@danube: weasel | 2006-09-12 20:11:02 +0200Peter Palfrader
Set svn:keywords svn:r8374
2006-09-12 r8785@Kushana: nickm | 2006-09-12 14:05:46 -0400Nick Mathewson
Add non-dist utility for weasel svn:r8373
2006-09-12Updates to win32-mingw. libevent1.1b builds. openssl doesn't.Andrew Lewman
svn:r8371
2006-09-12 r8776@Kushana: nickm | 2006-09-11 22:49:53 -0400Nick Mathewson
Avoid crash when telling controller stream-status and a stream is detached. Fixes bug 334. Backport candidate. svn:r8370
2006-09-11First attempt to document the process to build Win32 executables withAndrew Lewman
mingw. Relies upon magic to actually work right now. svn:r8361
2006-09-09start remembering X-Your-Address-Is hints even if you'reRoger Dingledine
a client, so you can become a server more smoothly. svn:r8359
2006-09-09parameterize the loudness of get_interface_address()Roger Dingledine
svn:r8358
2006-09-09fix typo, add log messageRoger Dingledine
svn:r8357
2006-09-09 r8766@Kushana: nickm | 2006-09-08 23:46:12 -0400Nick Mathewson
Remove some completed items from TODO; defer a bunch of stuff from 0.1.2.x (which we want to have an RC for by the end of October) svn:r8356
2006-09-09fix encoding in "getinfo addr-mappings" response.Roger Dingledine
fix error code when "getinfo dir/status/" fails. svn:r8355
2006-09-09add a "getinfo address" controller command.Roger Dingledine
svn:r8354
2006-09-08possibly make tor build and run on cygwin again.Roger Dingledine
svn:r8353
2006-09-08 r9695@danube: weasel | 2006-09-08 18:11:53 +0200Peter Palfrader
Make tor build with -O0 svn:r8352
2006-09-08another typoMike Chiussi
svn:r8351
2006-09-08fixed typo in eventdns.cMike Chiussi
svn:r8350
2006-09-07 r8757@Kushana: nickm | 2006-09-07 13:07:46 -0400Nick Mathewson
Fix more compile warnings on Woody. svn:r8349
2006-09-07 r8755@Kushana: nickm | 2006-09-07 12:31:57 -0400Nick Mathewson
Tabify eventdns svn:r8348
2006-09-07 r8753@Kushana: nickm | 2006-09-07 12:23:25 -0400Nick Mathewson
Make eventdns spacing consistant svn:r8347
2006-09-07undid whitespace changes to dns.cMike Chiussi
svn:r8346
2006-09-07fixed win32 eventdns snafu Mike Chiussi
svn:r8345
2006-09-07- got rid of tabsMike Chiussi
svn:r8344
2006-09-07- got rid of tabs (i think)Mike Chiussi
svn:r8343
2006-09-07- added some debugging lines to load_nameservers_from_registry()Mike Chiussi
svn:r8342
2006-09-07packages now start including svn website docs (oops)Roger Dingledine
svn:r8340
2006-09-07help the rpm spec file recognize development versions now thatRoger Dingledine
they're not called foo-cvs svn:r8339
2006-09-07clean up some commentsRoger Dingledine
svn:r8338
2006-09-07another controller event we left outRoger Dingledine
svn:r8337
2006-09-07clean up and correct the specRoger Dingledine
svn:r8336
2006-09-07flesh out TODO re: AvoidDiskWritesRoger Dingledine
svn:r8335
2006-09-07prefer calling it a client rather than an OPRoger Dingledine
svn:r8334
2006-09-07rm'ed a tab (sorry)Mike Chiussi
svn:r8333
2006-09-07- fixed up typos in eventdns.cMike Chiussi
- configure lets user build with eventdns on win32 svn:r8332
2006-09-07new config option AvoidDiskWrites for people running tors onRoger 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 -0400Nick Mathewson
Add some missing defines to eventdns.c for windows. svn:r8330
2006-09-06 r8731@Kushana: nickm | 2006-09-06 16:33:19 -0400Nick Mathewson
Try to fix eventdns.c build on windows. svn:r8329
2006-09-06 r8729@Kushana: nickm | 2006-09-06 16:20:40 -0400Nick 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 -0400Nick 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 -0400Nick 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 -0400Nick 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 +0200Peter Palfrader
Remove svn:executable properties from all files in Win32Build svn:r8324
2006-09-06- removed windows line endingsMike Chiussi
svn:r8323
2006-09-06- made configure check if we are building for win32Mike 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-05patch from tupRoger Dingledine
svn:r8321
2006-09-03 r9648@danube: weasel | 2006-09-03 19:54:42 +0200Peter 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 -0400Nick Mathewson
Remove unused autoconf checks. svn:r8319
2006-09-03 r8708@Kushana: nickm | 2006-09-02 20:34:15 -0400Nick Mathewson
Fix warnings reported by weasel when compiling Tor on Debian woody. svn:r8318
2006-09-02Tor is more than code these days.Roger Dingledine
svn:r8317
2006-09-02 r8704@Kushana: nickm | 2006-09-02 01:32:34 -0400Nick Mathewson
correct includes for net/if.h and net/pfvar.h on openbsd (from Tup) svn:r8316
2006-08-31Remove old TODO that I can't remember the details of it.Andrew Lewman
svn:r8315