Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-27 | turn eventdns off by default until we can get some more usefultor-0.1.2.1-alpha | Roger Dingledine | |
log messages into it. no use learning that it's broken without being able to learn what is broken too. svn:r8245 | |||
2006-08-27 | bump to 0.1.2.1-alpha | Roger Dingledine | |
(does it work?) svn:r8244 | |||
2006-08-22 | r8556@Kushana: nickm | 2006-08-22 01:22:46 -0400 | Nick Mathewson | |
Enable eventdns by default on platforms where we autoconf. This should be everything but windows. svn:r8214 | |||
2006-08-11 | r7324@Kushana: nickm | 2006-08-10 23:23:15 -0700 | Nick Mathewson | |
Add more warnings to the list of those we tolerate. Start using GCC attributes more, for better error checking and better code generation. svn:r7020 | |||
2006-08-11 | r7323@Kushana: nickm | 2006-08-10 22:04:57 -0700 | Nick Mathewson | |
Add sys/socket.h prereq for net/if.h and net/pfvar.h svn:r7019 | |||
2006-08-10 | r7315@Kushana: nickm | 2006-08-10 02:30:13 -0700 | Nick Mathewson | |
add missing "test" and missing include. svn:r7015 | |||
2006-08-10 | r7313@Kushana: nickm | 2006-08-10 02:13:35 -0700 | Nick Mathewson | |
Add missing .h to header file name. My bad. svn:r7013 | |||
2006-08-10 | r7300@Kushana: nickm | 2006-08-10 01:36:40 -0700 | Nick Mathewson | |
Distinguish netfilter vs pf at configure time based on headers, not on OS. svn:r7008 | |||
2006-08-10 | r7299@Kushana: nickm | 2006-08-10 01:08:58 -0700 | Nick Mathewson | |
Patch from Tup to add support for transparent AP connections: this basically bundles the functionality of trans-proxy-tor into the tor mainline. Now hosts with compliant pf/netfilter implementations can redirect TCP connections straight to Tor without diverting through SOCKS. svn:r7007 | |||
2006-07-30 | Remove the last vestiges of launchd plist. | Andrew Lewman | |
svn:r6938 | |||
2006-07-17 | Added net.freehaven.tor.plist to AC_OUTPUT | Andrew Lewman | |
svn:r6769 | |||
2006-06-16 | Fix configure.in to not produce broken configure files with more recent | Peter Palfrader | |
versions of autoconf. Thanks to Clint for his auto* voodoo. svn:r6632 | |||
2006-06-14 | start checking for limits.h too. we should resume compiling | Roger Dingledine | |
on irix64 and other weird platforms now. svn:r6624 | |||
2006-06-05 | More eventdns.c patches: use HAVE_ALLOCA_H; print IP addrs as dotted quads. | Nick Mathewson | |
svn:r6535 | |||
2006-06-04 | Add a new warning to our "warn a lot" list: unused parameters. This means ↵ | Nick Mathewson | |
we have to explicitly "use" unuseds, but it can catch bugs. (It caught two coding mistakes so far.) svn:r6532 | |||
2006-06-03 | Add async dns code from Adam Langley, tweaked to build on OSX. Long-term, ↵ | Nick Mathewson | |
we may want to switch to libevnet/c-ares, if they ever handle 10k fd situations properly. This one still needs work too, but at least it is small. This code is disabled by default, and not integrated with dns.c. svn:r6524 | |||
2006-05-28 | Add a basic mmap function, with a "fake-it" wrapper to do read_file_from_str ↵ | Nick Mathewson | |
instead. Based on code from Michael Mohr. svn:r6510 | |||
2006-05-26 | build the Makefile in contrib/suse/ too | Roger Dingledine | |
svn:r6502 | |||
2006-05-26 | Let AC_OUTPUT know about contrib/suse/tor.sh and we only need tor.sh | Andrew Lewman | |
from contrib/suse svn:r6501 | |||
2006-05-23 | Patch from Michael Mohr to fix cross-compilation. Backport candidate. ↵ | Nick Mathewson | |
Tweaked to use sensible defaults for NULL_REP_IS_ZERO_BYTES and TIME_T_IS_SIGNED. svn:r6474 | |||
2006-05-23 | Throw out this UNALIGNED_INT_ACCESS_OK nonsense. Even where it works, it is ↵ | Nick Mathewson | |
often way way slower than doing the right thing. Backport candidate. svn:r6473 | |||
2006-04-10 | 0.1.2.0-alpha-cvs! | Roger Dingledine | |
svn:r6375 | |||
2006-04-10 | bump to 0.1.1.18-rc | Roger Dingledine | |
svn:r6351 | |||
2006-03-29 | one preposition is better than two, sometimes. | Roger Dingledine | |
svn:r6270 | |||
2006-03-28 | bump to 0.1.1.17-rc-cvs | Roger Dingledine | |
so much for 'release candidate' svn:r6265 | |||
2006-03-28 | bump to 0.1.1.17-rctor-0.1.1.17-rc | Roger Dingledine | |
svn:r6261 | |||
2006-03-27 | On non-gcc compilers, use -g -O instead of -Wall -g -O2: resolve bug 273. | Nick Mathewson | |
svn:r6245 | |||
2006-03-21 | Oops; give error earlier when no runnable libevent is found. Grep reveals no ↵ | Nick Mathewson | |
more errors of this type in configure.in svn:r6210 | |||
2006-03-19 | and now resume building on netbsd 2.0 | Roger Dingledine | |
insert circus music here svn:r6199 | |||
2006-03-19 | resume building on irix64 | Roger Dingledine | |
svn:r6198 | |||
2006-03-19 | bump to 0.1.1.16-rc-cvs so we can start fixing more bugs | Roger Dingledine | |
svn:r6197 | |||
2006-03-19 | which brings us to 0.1.1.16-rctor-0.1.1.16-rc | Roger Dingledine | |
svn:r6195 | |||
2006-03-14 | remove extraneous (i hope) include from the openssl detection | Roger Dingledine | |
svn:r6160 | |||
2006-03-13 | fix some punctuation and tabs | Roger Dingledine | |
svn:r6154 | |||
2006-03-13 | fix a flipped boolean. I had mistakenly assumed my OSX latptop was my friend | Nick Mathewson | |
svn:r6152 | |||
2006-03-13 | Add a missing include in ssl version test. | Nick Mathewson | |
svn:r6151 | |||
2006-03-13 | Another configure.in fix. We copied some idiocy from our example "look for ↵ | Nick Mathewson | |
openssl" code where we skipped checking for the presence of header files when deciding whether we needed a -L or -I option. This broke the case where openssl/libevent was in our default linker search path, but not our default cpp search path. Thanks go to cat-"pathological case"-xeger and her Solaris box. svn:r6149 | |||
2006-03-13 | Fix a couple of bugs in OpenSSL detection. Also, deal better when there are ↵ | Nick Mathewson | |
multiple SSLs installed. svn:r6148 | |||
2006-03-13 | Instead of listing a set of compilers that prefers __func__ to __FUNCTION__, ↵ | Nick Mathewson | |
use autoconf. Also, prefer __func__ in our own code: __func__ is a C99 standard, whereas __FUNCTION__ is not. [Fixes bug 254.] svn:r6144 | |||
2006-03-12 | bump to 0.1.1.15-rc-cvs | Roger Dingledine | |
svn:r6132 | |||
2006-03-11 | bump to 0.1.1.15-rc | Roger Dingledine | |
svn:r6126 | |||
2006-02-21 | bump to 0.1.1.14-alpha-cvs, and we're off. | Roger Dingledine | |
svn:r6062 | |||
2006-02-21 | bump to 0.1.1.14-alpha | Roger Dingledine | |
svn:r6059 | |||
2006-02-10 | bump to 0.1.1.13-alpha-cvs -- progress! | Roger Dingledine | |
svn:r5954 | |||
2006-02-09 | bump to 0.1.1.13-alphator-0.1.1.13-alpha | Roger Dingledine | |
svn:r5951 | |||
2006-02-09 | Happy new year! | Roger Dingledine | |
svn:r5949 | |||
2006-02-03 | Be sure to restore LDFLAGS from LDFLAGS, not from LIBS. | Nick Mathewson | |
svn:r5902 | |||
2006-02-01 | Apply Matt Ghali's --with-syslog-facility patch | Peter Palfrader | |
svn:r5883 | |||
2006-01-27 | Make OpenSSL configure.in logic match libevent configure.in logic. | Nick Mathewson | |
svn:r5873 | |||
2006-01-27 | More improvements on libevent hunting: give a good error when no libevent ↵ | Nick Mathewson | |
linkable is found at all; also try using -R to link libevent where needed. svn:r5872 |