| Commit message (Expand) | Author | Age |
* | r15728@catbus: nickm | 2007-10-12 15:48:17 -0400••• Bump version to 0.2.0.8-alpha-dev; start next changelog section.
svn:r11901
| Nick Mathewson | 2007-10-12 |
* | bump to 0.2.0.8-alpha•••svn:r11897
| Roger Dingledine | 2007-10-12 |
* | r15280@catbus: nickm | 2007-09-22 02:02:00 -0400••• Bump version to 0.2.0.7-alpha-dev
svn:r11576
| Nick Mathewson | 2007-09-22 |
* | bump to 0.2.0.7-alpha•••svn:r11572
| Roger Dingledine | 2007-09-22 |
* | r15210@catbus: nickm | 2007-09-20 13:04:05 -0400••• Re-optimize counter-mode: save about 15% on my core2 by (1) not regenerating the entire counter buffer every time we encrypt a block of keystream (2) using the platform-optimized htonl to convert to big-endian (It's a single instruction on 486 and later ) and (3) not even keeping a separate "counter" and "buffer" when the platform is big-endian. The third still needs testing.
svn:r11536
| Nick Mathewson | 2007-09-20 |
* | r14940@catbus: nickm | 2007-09-06 13:22:26 -0400••• Move NT services code into its own C file. Probably will not build happily on win32 yet; more hacking needed.
svn:r11388
| Nick Mathewson | 2007-09-06 |
* | bump to 0.2.0.6-alpha-dev so we're ready to fix more bugs :)•••svn:r11281
| Roger Dingledine | 2007-08-27 |
* | bump to 0.2.0.6-alpha in preparation for tomorrow's release•••svn:r11275
| Roger Dingledine | 2007-08-25 |
* | bump to 0.2.0.5-alpha since we're getting close•••svn:r11189
| Roger Dingledine | 2007-08-19 |
* | r13953@Kushana: nickm | 2007-08-08 07:40:46 -0700••• Fix osx compilation.
svn:r11065
| Nick Mathewson | 2007-08-08 |
* | r14093@catbus: nickm | 2007-08-08 01:49:54 -0400••• Include fewer redundant headers; use the compiler search paths better.
svn:r11060
| Nick Mathewson | 2007-08-08 |
* | bump to 0.2.0.4-alpha-dev•••svn:r11056
| Roger Dingledine | 2007-08-08 |
* | r13907@Kushana: nickm | 2007-08-02 10:29:13 -0700••• Try (once again) to fix mingw build wrt detecting ipv6 types.
svn:r11037
| Nick Mathewson | 2007-08-02 |
* | bump to 0.2.0.4-alpha•••svn:r11022
| Roger Dingledine | 2007-08-02 |
* | r13885@Kushana: nickm | 2007-08-01 09:10:55 -0700••• Stop saying "cvs". Noted by Jens.
svn:r11014
| Nick Mathewson | 2007-08-01 |
* | bump to 0.2.0.3-alpha-dev•••svn:r10999
| Roger Dingledine | 2007-07-30 |
* | r14024@catbus: nickm | 2007-07-30 14:13:58 -0400••• Glibc (and maybe others) define a mallinfo() that can be used to see how the platform malloc is acting inside. When we have it, dump its output on dumpmemusage().
svn:r10996
| Nick Mathewson | 2007-07-30 |
* | bump to 0.2.0.3-alpha•••svn:r10982
| Roger Dingledine | 2007-07-30 |
* | r13827@catbus: nickm | 2007-07-19 14:42:25 -0400••• Merge in some generic address manipulation code from croup. Needs some work.
svn:r10880
| Nick Mathewson | 2007-07-19 |
* | bump to 0.2.0.2-alpha-dev•••svn:r10542
| Roger Dingledine | 2007-06-09 |
* | Make Doxyfile get updated by configure script, so the version number gets set...•••svn:r10525
| Nick Mathewson | 2007-06-07 |
* | r13266@catbus: nickm | 2007-06-05 16:38:08 -0400••• Patch from peter palfrader: control interface via unix domain socket
svn:r10504
| Nick Mathewson | 2007-06-05 |
* | bump to 0.2.0.2-alpha and declare that today is the day•••svn:r10456
| Roger Dingledine | 2007-06-02 |
* | r13163@catbus: nickm | 2007-06-02 16:41:07 -0400••• We do "-alpha-dev" now, not "-alpha-cvs".
svn:r10455
| Nick Mathewson | 2007-06-02 |
* | bump to 0.2.0.1-alpha-cvs while we're in transition•••svn:r10454
| Roger Dingledine | 2007-06-02 |
* | r13131@catbus: nickm | 2007-06-01 06:20:29 -0400••• Test for ~/.svk/local, not ~/.svk. Eschew use of test -a and test -o. Bulletproof more against odd shells.
svn:r10439
| Nick Mathewson | 2007-06-01 |
* | bump to 0.2.0.1-alpha•••svn:r10437
| Roger Dingledine | 2007-06-01 |
* | We need the -dev package in both of these configure cases•••svn:r10365
| Peter Palfrader | 2007-05-27 |
* | r12984@catbus: nickm | 2007-05-25 19:59:41 -0400••• Do not alter CPPFLAGS until we are actually done with the rest of configure.in: this way, we notice if there are library paths that we are missing.
svn:r10345
| Nick Mathewson | 2007-05-25 |
* | r12955@catbus: nickm | 2007-05-25 13:17:30 -0400••• First bare stubs of ipv6 work: commit some (untested, hence doublessly broken) implementations of inet_ntop/pton for systems that lack them.
svn:r10326
| Nick Mathewson | 2007-05-25 |
* | Fix version detection on gcc 3.3.•••svn:r10213
| Nick Mathewson | 2007-05-18 |
* | r12771@catbus: nickm | 2007-05-16 18:12:32 -0400••• Make -Wstrict-overflow=5 happy with GCC 4.2. It is kind of a pain, but it does agood job of letting us know where we can make our code better by simplifying dependent conditionals.
svn:r10201
| Nick Mathewson | 2007-05-16 |
* | r12764@catbus: nickm | 2007-05-15 17:17:39 -0400••• Enable (and cope with) more GCC 4.2 warnings.
svn:r10196
| Nick Mathewson | 2007-05-15 |
* | r12613@catbus: nickm | 2007-04-30 23:40:36 -0400••• Use -lws2_32 when checking for event_get_version
svn:r10083
| Nick Mathewson | 2007-05-01 |
* | r12611@catbus: nickm | 2007-04-30 22:49:00 -0400••• For reasons which make sense to somebody, I'm sure, mingw gcc wants the libraries to appear at the end of the command line. This is done by specifying them with LDADD in Makefile.am, not LDFLAGS.
If anybody can explain to me why mingw thinks "gcc -o foo foo.o -lbar" is fine, whereas "gcc -lbar -o foo foo.o" is Doubleplusbad UnMingwThink, I'd quite appreciate it. Until then, I'll just do what seems to work, and hope we don't blunder across any other great slumbering cthonian deities of arbitrary syntax.
svn:r10082
| Nick Mathewson | 2007-05-01 |
* | r12609@catbus: nickm | 2007-04-30 22:11:59 -0400••• Add wsock32 to libraries used for linking on windows.
svn:r10081
| Nick Mathewson | 2007-05-01 |
* | r12607@catbus: nickm | 2007-04-30 21:36:28 -0400••• More attempt to fix win32 building. This time, with extra linking.
svn:r10080
| Nick Mathewson | 2007-05-01 |
* | r12594@catbus: nickm | 2007-04-30 18:31:48 -0400••• Oops: detect event_get_version and friends correctly again.
svn:r10073
| Nick Mathewson | 2007-04-30 |
* | r12351@catbus: nickm | 2007-04-11 12:09:46 -0400••• More autoconf hacking: use same machinery to find zlib as for openssl and libevent. Have unified library finder include setup for --with variable. Start trying to suggest to the user what packages they should install if finding the library fails.
svn:r9945
| Nick Mathewson | 2007-04-11 |
* | r12337@catbus: nickm | 2007-04-10 17:55:26 -0400••• Add support for using memory pools to allocate queued cell; pass --disable-cell-pool to configure to disable this.
svn:r9939
| Nick Mathewson | 2007-04-11 |
* | r12519@Kushana: nickm | 2007-03-10 00:57:01 -0500••• Remove a redundant check for event.h; add some comments, and reformat.
svn:r9790
| Nick Mathewson | 2007-03-10 |
* | r12461@Kushana: nickm | 2007-03-06 13:26:17 -0500••• More autoconf fixes and updates. Maybe the bsd buildbots will be happy again.
svn:r9747
| Nick Mathewson | 2007-03-06 |
* | r12080@catbus: nickm | 2007-03-04 21:40:55 -0500••• Remove dnsworkers and related code. there goes another 550 lines of code.
svn:r9736
| Nick Mathewson | 2007-03-05 |
* | r12072@catbus: nickm | 2007-03-04 14:55:36 -0500••• Apparently, autoupdate is not as perfect as one might hope.
svn:r9732
| Nick Mathewson | 2007-03-04 |
* | r12070@catbus: nickm | 2007-03-04 14:51:23 -0500••• Fix a stray autoconf warning.
svn:r9731
| Nick Mathewson | 2007-03-04 |
* | r12063@catbus: nickm | 2007-03-04 14:46:22 -0500••• Bump trunk version to 0.2.0.0-alpha-dev
svn:r9730
| Nick Mathewson | 2007-03-04 |
* | r12061@catbus: nickm | 2007-03-04 14:41:10 -0500••• Run configure.in through autoupdate
svn:r9729
| Nick Mathewson | 2007-03-04 |
* | svn:r9728 | Nick Mathewson | 2007-03-04 |
* | r11612@catbus: nickm | 2007-01-30 18:14:07 -0500••• make TOR_SEARCH_LIBRARY work with openssl
svn:r9727
| Nick Mathewson | 2007-03-04 |
* | r11596@catbus: nickm | 2007-01-30 01:43:40 -0500••• Macro-ize our "search for a library and find out how to link against it" code. This will help make our handling of libevent and openssl more similar, and with any luck better. Not pushing to main branch until after 0.1.2.
svn:r9726
| Nick Mathewson | 2007-03-04 |