CARVIEW |
apenwarr
- You’re not logged in!
- Login
- Pricing & Signup
- Location
- Canada
- Member Since
- Aug 13, 2008 (about 1 year)
Following 0 coders and watching 20 repositories view all →
Public Repositories (18)
-
git-subtree
An experimental alternative to the git-submodule command. Please email me if you actually try th...
Last updated Tue Feb 02 07:31:03 -0800 2010
-
bup
Highly efficient file backup system based on the git packfile format. Capable of doing increment...
Last updated Mon Feb 01 22:08:22 -0800 2010
-
wvstreams
C++ networking library including UniConf and a convenient D-Bus API
Last updated Fri Jan 29 13:00:17 -0800 2010
-
wvbuild
Cross-platform build environment for WvStreams, including wvports
Last updated Thu Jan 28 18:36:15 -0800 2010
-
schedulator
Bottom-up project scheduling system based on Joel's Painless Software Schedules
Last updated Wed Jan 27 13:14:17 -0800 2010
-
wvtest
The "as stupid as possible" cross-platform unit testing framework for C++, C#, and python.
Last updated Wed Dec 30 12:47:24 -0800 2009
-
wvdial
PPP dialer with built-in intelligence
Forked from wlach/wvdial Tue Dec 22 13:17:39 -0800 2009
Last updated Tue Dec 22 13:33:34 -0800 2009
-
ekb
The knowledgebase software used on eqldata.com
Last updated Tue Dec 15 09:46:39 -0800 2009
-
mobwrite
git import of the google-mobwrite project from Google Code
Last updated Mon Dec 07 20:38:44 -0800 2009
-
gitbuilder
Auto-builds and tests all the branches of your git projects, showing pass/fail results on a web p...
Last updated Thu Sep 24 15:28:19 -0700 2009
-
versaplex
wvdotnet, wvdbus-sharp, schemamatic, and versaplexd source
Last updated Tue Sep 22 12:55:23 -0700 2009
-
jfauth
Just Fast Authentication - an auth daemon with a PAM client that talks to it, and replication ove...
Last updated Thu Sep 03 12:16:34 -0700 2009
-
flashlight-vnc
A VNC viewer for Adobe Flash
Last updated Mon Jul 27 12:23:16 -0700 2009
-
nitlog
A simple blog application in PHP using flat text files
Last updated Thu May 14 10:30:44 -0700 2009
-
halifax-transit-feed
Compilable and useable Google Transit Feed for Halifax
Forked from wlach/halifax-transit-feed Tue Mar 03 15:19:39 -0800 2009
Last updated Tue Mar 03 15:21:44 -0800 2009
-
gracefultavi
A wiki optimized for internal collaboration (derived from WikiTikkiTavi)
Last updated Mon Sep 08 09:55:15 -0700 2008
-
builder-test
A stupid test project, suitable for testing gitbuilder
Last updated Fri Aug 22 19:11:49 -0700 2008
-
cron2rss
Programs for watching cron job output via rss
Last updated Fri Aug 22 18:09:41 -0700 2008
Public Activity 

-
apenwarr committed e2d0a450:
Jakub's changes broke the progress message slightly.
-
apenwarr committed b2f166e4:
Merge branch 'master' of git://github.com/psionides/git-subtree
-
celtic committed e1ce417d:
Fix refspecs in given example for git subtree pull.
-
psionides committed 6bd910a8:
improved rev_is_descendant_of_branch() function
-
psionides committed 4a6ea5ce:
added temporary test dirs to gitignore
-
psionides committed 13ea2b5e:
added tests for recent changes
-
psionides committed 12629161:
fixed bug in commit message for split
-
psionides committed 6e25f79f:
changed alias for --prefix from -p to -P
-
psionides committed da949cc5:
fix for subtree split not finding proper base for new commits
-
psionides committed 0a562948:
allow using --branch with existing branches if it makes sense
-
psionides committed 2da0969a:
added -m/--message option for setting merge commit message
-
psionides committed 6da40138:
added -p alias for --prefix

-
apenwarr committed 1732e801:
midx: the fanout table entries can be 4 bytes, not 8.
-
apenwarr committed 11f86ebe:
cmd-midx: correctly handle a tiny nonzero number of objects.
-
apenwarr committed 04e1c074:
Use a heapq object to accelerate git.idxmerge().
-
apenwarr committed d9967d8c:
cmd-margin: a command to find out the max bits of overlap between hashes.

-
apenwarr committed 4fcb3c9c:
fsck: add a -j# (run multiple threads) option.
-
apenwarr committed a5de7ca1:
Basic cmd-fsck for checking integrity of packfiles.
-
apenwarr committed 601cfeb1:
cmd-damage: a program for randomly corrupting file contents.
-
apenwarr committed c5a894e1:
Use mkstemp() when creating temporary packfiles.
-
apenwarr committed 7e6453a3:
rewire a try/finally with a yield inside to be compatible with python 2.4

-
apenwarr committed c78f4c6f:
Update config.ac to version 4.7-pre1.
-
apenwarr committed 86211175:
Merge branch 'master' of git://github.com/dcoombs/wvstreams
-
Dave Coombs committed ca786e58:
make printcert print basic constraints, if present
-
Dave Coombs committed 2bae979b:
Improvements to WvX509::get_altsubject()

-
lkosewsk committed d169edd2:
wvrules.mk: Remove braindead compile preventions.
-
lkosewsk committed d53e3868:
argp/Makefile.in: If not building on Win32, use -fPIC.
-
lkosewsk committed 0d5ce9f8:
ipstreams/tests/wsd.cc: Add newline at end to stem compiler warning.
-
lkosewsk committed cd84732b:
Cleanup of 'build last configured arch from WvStreams dir' code.
-
lkosewsk committed f0ac775a:
configure.ac: Whoops, forgot to pass arguments. My bad.
-
lkosewsk committed d05f46ee:
wvstreams: Allow building from top of tree again.
-
lkosewsk committed 9ebe8d13:
wvrules.mk: Include *.d files from correct directory: $(if $O,$O,.)
-
lkosewsk committed 5d37e253:
wvrules-posix.mk: Fix one bug in my OBJDIR building.
-
lkosewsk committed 867d37df:
wvstreams: configure.ac: Remove obsolete code.
-
lkosewsk committed 5c519433:
.gitignore sanity.
-
lkosewsk committed 9341b7f4:
wvstreams: wvrules.mk cleaning rules made better.
-
lkosewsk committed 05ebc4f0:
wvbuild/configure: Correctly build wvstreams. Oops.
-
lkosewsk committed 82fce73a:
wvbuild: Build wvstreams in directories which aren't its srcdir.
-
lkosewsk committed 885370b9:
wvstreams: No more config-build.mk, Makefile->Makefile.in with vars.
-
lkosewsk committed 80f1478d:
Make wvstreams build in an object directory outside of srcdir.
-
lkosewsk committed c0327b6c:
wvrules.mk: Add back missing $4 to wvcc/wvcxx.
-
lkosewsk committed d91c113d:
Removed CC/CXX files.
-
lkosewsk committed b9ff304c:
streams/wvlogbuffer.cc: Don't add '+' to the end of dump()ed lines.
-
lkosewsk committed 9af2fa78:
wvstring.cc: Hopefully fix all alloc/setsize/newbuf calls.
-
Ashok committed c3048009:
merge conflicts with master fixed. new layout has more white space!
And 5 more commits...

-
lkosewsk committed f512ffe4:
Watch me squash this like a bug.
-
lkosewsk committed 431dab1e:
urlget/wvhttpstream.cc: Fix awful bug sending POSTdata with pipelining
-
apenwarr committed 82b63972:
WvStream: use a different workaround if the streamlist is empty on win32.
-
lkosewsk committed f555b18d:
urlget/wvhttpstream.cc: Remove erroneous newline causing errors on GET
-
lkosewsk committed 782398ce:
urlget/wvhttpstream.cc: Revert my crlf changes.
-
lkosewsk committed e2460f37:
urlget/wvhttpstream.cc: Fix up Content-Length and line endings.
-
lkosewsk committed 5c44e3c4:
streams/wvfile.cc: Under Win32, all open()ed files should be O_BINARY.
-
apenwarr committed 8575db90:
WvHttpStream: reduce log levels of debug messages.
-
apenwarr committed 8daa383e:
Eek! UniConfRoot was pulling in *all* the generators by default.
-
apenwarr committed 6e4b0b51:
WvStringList: add a contains() function.
-
lkosewsk committed 2eae27ee:
Revert "wvstreams/wvrules.mk: Build wvstreams with -mthreads for Win32."
-
lkosewsk committed ef02d07e:
wvstreams/wvrules.mk: Build wvstreams with -mthreads for Win32.
-
lkosewsk committed 690a262d:
wvstreams/utils/wvstrutils-sock.cc: Build in Ubuntu 8.04 for linux.
-
apenwarr committed 56be92a5:
Add WvString::startswith() and WvString::endswith().
-
apenwarr committed bbb13472:
Add wvfullpath().
-
apenwarr committed 1114b455:
Oops, new wvneeds-sockets.h had slightly wrong #ifdef protection.
-
apenwarr committed 8c1996bb:
configure-mingw32: pass a full path to the boost library.
-
apenwarr committed 70d855f3:
Add a string-format version of WvError::set_both().
-
apenwarr committed db2b0b7e:
Shouldn't need to link winsock just to use wvstring/wverror/strutils.
-
apenwarr committed fb568441:
Rename strutils.cc->wvstrutils.cc.
And 27 more commits...

-
apenwarr committed f2ed5539:
Merge branch 'thread-mess'
-
lkosewsk committed 17355c99:
Watch me squash this like a bug.
-
lkosewsk committed 98eb91dc:
urlget/wvhttpstream.cc: Fix awful bug sending POSTdata with pipelining
-
apenwarr committed 39dc81c2:
WvStream: use a different workaround if the streamlist is empty on win32.
-
lkosewsk committed cacfc21f:
urlget/wvhttpstream.cc: Remove erroneous newline causing errors on GET
-
lkosewsk committed fe745716:
urlget/wvhttpstream.cc: Revert my crlf changes.
-
lkosewsk committed 16466c38:
urlget/wvhttpstream.cc: Fix up Content-Length and line endings.
-
lkosewsk committed b7bcff79:
streams/wvfile.cc: Under Win32, all open()ed files should be O_BINARY.
-
apenwarr committed de2ab03e:
WvHttpStream: reduce log levels of debug messages.
-
apenwarr committed 469c14b5:
Eek! UniConfRoot was pulling in *all* the generators by default.
-
apenwarr committed 7c6a8932:
WvStringList: add a contains() function.
-
lkosewsk committed a7129c2b:
Revert "wvstreams/wvrules.mk: Build wvstreams with -mthreads for Win32."
-
lkosewsk committed 15e1768d:
wvstreams/wvrules.mk: Build wvstreams with -mthreads for Win32.
-
lkosewsk committed b6797771:
wvstreams/utils/wvstrutils-sock.cc: Build in Ubuntu 8.04 for linux.
-
apenwarr committed d86b2f93:
Add WvString::startswith() and WvString::endswith().
-
apenwarr committed d0d63f72:
Add wvfullpath().
-
apenwarr committed 9f92dd85:
Oops, new wvneeds-sockets.h had slightly wrong #ifdef protection.
-
apenwarr committed 22722425:
Add a string-format version of WvError::set_both().
-
apenwarr committed 085c7207:
Shouldn't need to link winsock just to use wvstring/wverror/strutils.
-
apenwarr committed eee9a5c1:
Rename strutils.cc->wvstrutils.cc.
And 49 more commits...

-
apenwarr committed 20a0534b:
cmd-midx: some performance optimizations.
-
apenwarr committed 0e45a3b2:
cmd-midx: add --auto and --force options.
-
apenwarr committed 6211be2f:
When there are multiple overlapping .midx files, discard redundant ones.
-
apenwarr committed d2258c28:
MultiPackIndex: use .midx files if they exist.
-
apenwarr committed 42191420:
cmd-midx: a command for merging multiple .idx files into one.

-
apenwarr committed 3db6eff5:
toplevel exit() doesn't work in python 2.4.
-
apenwarr committed 1a0bea08:
Minor changes to make bup work with git as far back as 1.5.3.1.
-
apenwarr committed 94d746cb:
In some versions of python, comparing buffers with < gives a warning.
-
apenwarr committed 76f2490d:
Wrap mmap calls to help with portability.
-
apenwarr committed a2e3433d:
Makefile: build module using python distutils instead of manually.
-
apenwarr committed 144b18ac:
executable files: don't assume python2.5.
-
apenwarr committed 1e2b9e00:
Makefile: oops, all the $^ and $< were backwards.