Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-09 | r8969@totoro: nickm | 2006-10-09 09:58:38 -0400 | Nick Mathewson | |
Another patch to checkSpace.pl: allow type (WINAPI *fn)() svn:r8668 | |||
2006-10-09 | was this one we missed? | Roger Dingledine | |
svn:r8666 | |||
2006-10-09 | r8967@totoro: nickm | 2006-10-08 23:38:50 -0400 | Nick Mathewson | |
Fix some test and warn failures in last commit svn:r8665 | |||
2006-10-09 | r8957@totoro: nickm | 2006-10-08 22:35:17 -0400 | Nick Mathewson | |
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 | |||
2006-10-09 | r8956@totoro: nickm | 2006-10-08 22:25:27 -0400 | Nick Mathewson | |
Fix bug with handling EVENT_NEW_DESC with verbose nicknames enabled. Also, check for tor_vsnprintf failure in controller messages. svn:r8663 | |||
2006-10-09 | r8955@totoro: nickm | 2006-10-08 22:23:17 -0400 | Nick Mathewson | |
Add some quotes to a test in configure.in, so IRIX will run the configure script without warning. svn:r8662 | |||
2006-10-09 | Add descriptive information to the install executable. | Andrew Lewman | |
svn:r8661 | |||
2006-10-09 | Add tor.ico to dist. | Andrew Lewman | |
svn:r8660 | |||
2006-10-09 | We have icons for Tor in Win32-land. | Andrew Lewman | |
svn:r8659 | |||
2006-10-08 | a potential syntax for the EVENT_MISC_* events. | Roger Dingledine | |
needs a better name, and maybe needs a better syntax too. svn:r8658 | |||
2006-10-08 | remove some old debugging code | Roger Dingledine | |
svn:r8657 | |||
2006-10-08 | r8952@totoro: nickm | 2006-10-08 17:27:56 -0400 | Nick Mathewson | |
Have autogen.sh script not run ./configure if NOCONF environment variable is set. This will make buildbot stuff go faster. svn:r8656 | |||
2006-10-08 | r8948@totoro: nickm | 2006-10-08 17:04:53 -0400 | Nick Mathewson | |
Add an --enable-gcc-warnings flag to configure.in svn:r8655 | |||
2006-10-08 | r8947@totoro: nickm | 2006-10-08 17:04:30 -0400 | Nick Mathewson | |
Fix signed/unsigned compare warning in eventdns.c svn:r8654 | |||
2006-10-08 | CLeaned up and works with mingw builds out of the box, mostly. | Andrew Lewman | |
svn:r8653 | |||
2006-10-08 | Remove the Application Data\Tor directory on un-install in Windows. | Andrew Lewman | |
svn:r8651 | |||
2006-10-08 | Remove spurious void which causes builds to fail in mingw. | Andrew Lewman | |
svn:r8650 | |||
2006-10-08 | Add missing return so this builds on mingw. | Andrew Lewman | |
svn:r8649 | |||
2006-10-08 | In the hidden service example in torrc.sample, stop recommending | Roger Dingledine | |
esoteric and discouraged hidden service options. svn:r8648 | |||
2006-10-08 | try dirport reachability testing five times less often. | Roger Dingledine | |
it's already so darn thorough per test -- it chews through like four circuits before giving up. svn:r8646 | |||
2006-10-08 | r8936@totoro: nickm | 2006-10-07 21:00:05 -0400 | Nick Mathewson | |
Make "make test" test. svn:r8645 | |||
2006-10-08 | r8933@totoro: nickm | 2006-10-07 20:33:16 -0400 | Nick Mathewson | |
whitespace fixes; add changelog for last commit. svn:r8644 | |||
2006-10-08 | r8932@totoro: nickm | 2006-10-07 20:29:03 -0400 | Nick Mathewson | |
Try to make mingw capable of producing a working tor binary for win98: make all NT-service-related functions get lazy-loaded on demand. I have no idea if this even compiles. svn:r8643 | |||
2006-10-07 | r8926@totoro: nickm | 2006-10-07 15:56:14 -0400 | Nick Mathewson | |
refactor circuit_list_path and circuit_list_path_verbose into a common _impl function. svn:r8642 | |||
2006-10-07 | prune resolved items from the todo | Roger Dingledine | |
svn:r8641 | |||
2006-10-07 | forward-port 0.1.1.24 changelog | Roger Dingledine | |
svn:r8640 | |||
2006-10-07 | bump to 0.1.2.2-alpha-dev. time to go wild again. | Roger Dingledine | |
svn:r8639 | |||
2006-10-07 | r8923@totoro: nickm | 2006-10-07 11:44:33 -0400tor-0.1.2.2-alpha | Nick Mathewson | |
More doxygen comments svn:r8637 | |||
2006-10-07 | r8922@totoro: nickm | 2006-10-07 11:44:07 -0400 | Nick Mathewson | |
Split a TODO item into the part I should do and the part I should defer. svn:r8636 | |||
2006-10-07 | r8920@totoro: nickm | 2006-10-07 11:40:06 -0400 | Nick Mathewson | |
Fix IRIX builds so that IRIX no longer self-detects as win32. For once, this is not the fault of Windows: Apparently, some helpful person decided that the the MIPSpro C Compiler should give a warning on #error rather than actually failing. How... "innovative." (Bug found by pnx; thanks!) svn:r8635 | |||
2006-10-07 | Bump to 0.1.2.2-alpha. Not tagged yet, so somebody can find a | Roger Dingledine | |
compile bug on an obscure platform while i'm asleep. svn:r8634 | |||
2006-10-07 | finish poking and prodding. i'm all happy now. | Roger Dingledine | |
svn:r8633 | |||
2006-10-07 | a new research problem our weight_for_exit algorithm has introduced. | Roger Dingledine | |
svn:r8631 | |||
2006-10-07 | more minor cleanups | Roger Dingledine | |
svn:r8630 | |||
2006-10-07 | resolve the entryguard uptime/capacity question. and mark a | Roger Dingledine | |
new xxx that we'll want to address one day. svn:r8628 | |||
2006-10-07 | add tor-win32-mingw-creation.txt to the tarball too | Roger Dingledine | |
svn:r8627 | |||
2006-10-07 | start shipping path-spec.txt in the tarball | Roger Dingledine | |
svn:r8626 | |||
2006-10-07 | r10016@danube: weasel | 2006-10-07 03:25:51 +0200 | Peter Palfrader | |
Fix a configure notice on crosscompile svn:r8625 | |||
2006-10-07 | mark which relay cells are control cells. | Roger Dingledine | |
svn:r8624 | |||
2006-10-07 | fix something that looked scary to me. i believe this won't | Roger Dingledine | |
change any behavior currently, but it will avoiding calling noop code that might change for the worse some time. nick, please confirm. svn:r8623 | |||
2006-10-07 | minor cleanups | Roger Dingledine | |
svn:r8622 | |||
2006-10-06 | r10009@danube: weasel | 2006-10-07 01:41:48 +0200 | Peter Palfrader | |
Merge 0.1.1.24-1 changelog into trunk svn:r8621 | |||
2006-10-06 | bugfix and cleanups re: entry guards. | Roger Dingledine | |
svn:r8620 | |||
2006-10-06 | fix a size_t-to-len compile warning | Roger Dingledine | |
svn:r8618 | |||
2006-10-06 | r9107@Kushana: nickm | 2006-10-06 02:14:02 -0400 | Nick Mathewson | |
When eventdns is enabled, we can allow machines with thread-unsafe resolver functions to build multithreaded anyway. svn:r8608 | |||
2006-10-06 | fetch all the v1 directory stuff way less often. plus, move | Roger Dingledine | |
around some housecleaning calls so they still occur often. are some of these redundant or in the wrong order? there are so many of them, maybe they should be put into a separate function that has better documentation. svn:r8607 | |||
2006-10-06 | cleanups, closer to a changelog | Roger Dingledine | |
svn:r8606 | |||
2006-10-06 | reapply a patch from adam langley that got clobbered when | Roger Dingledine | |
nick merged something back in svn:r8605 | |||
2006-10-06 | bugfix: When testing reachability of our dirport, don't launch a new | Roger Dingledine | |
test if there's already one in progress. svn:r8604 | |||
2006-10-06 | r9105@Kushana: nickm | 2006-10-05 23:39:30 -0400 | Nick Mathewson | |
Oops; document last patches in changelog svn:r8603 |