]> jfr.im git - irc/atheme/libmowgli-2.git/shortlog
irc/atheme/libmowgli-2.git
2012-04-12  William Pitcocklibmowgli 2.0.0-beta1. libmowgli-2.0.0-beta1
2012-04-12  William PitcockRemove coroutine stuff.
2012-04-09  William Pitcockcontainer/index: no realloc
2012-04-09  William Pitcockcore/mowgli_string: cut-and-paste fix
2012-04-09  William Pitcockcore/mowgli_string: don't use realloc().
2012-04-09  William Pitcockdns: maybe fix windows compile.
2012-04-09  William Pitcockconcurrent/atomic: use uintptr_t for representing point...
2012-04-09  William Pitcockconcurrent/atomic: use GCC pragmas to work around a...
2012-04-09  William Pitcockconcurrent/atomic: fix some prototype warnings
2012-04-09  William Pitcockconcurrent/future: fix prototype strictness
2012-04-09  William Pitcockext/getopt_long: unclobber system namespace
2012-04-08  Elizabeth J... Merge branch 'master' of ssh://git.atheme.org/gitroot...
2012-04-08  Elizabeth J... proctitle: fix warning.
2012-04-08  Elizabeth J... proctitle: change malloc() to mowgli_alloc.
2012-04-08  Elizabeth J... helper: allow setting of the process title.
2012-04-08  Elizabeth J... proctitle: add support for Linux prctl(). Note not...
2012-04-08  William Pitcockfuture: fix compilation with GCC 4.5 and earlier.
2012-04-08  Elizabeth J... proctitle: fix on Linux and remove needless function.
2012-04-08  William Pitcockeventloop/helper: fix braindamage caused by rebasing
2012-04-08  William Pitcockeventloop/helper: use socketpair() instead of pipe().
2012-04-08  Elizabeth J... proctitle: fix warning.
2012-04-08  Patrick McFarlandatomic: add synchronize, undef internal symbol spam
2012-04-06  Elizabeth J... proctitle: change malloc() to mowgli_alloc.
2012-04-06  Elizabeth J... helper: allow setting of the process title.
2012-04-06  Elizabeth J... proctitle: add support for Linux prctl(). Note not...
2012-04-06  William Pitcockfuture: fix compilation with GCC 4.5 and earlier.
2012-04-05  Elizabeth J... proctitle: fix on Linux and remove needless function.
2012-04-05  William Pitcockeventloop/helper: fix braindamage caused by rebasing
2012-04-05  William Pitcockeventloop/helper: use socketpair() instead of pipe().
2012-04-05  Patrick McFarlandfuturetest: fix indentfail
2012-04-05  Elizabeth J... Merge branch 'develop' of git://caspar.adterrasperasper...
2012-04-05  Elizabeth J... proctitle: fix error with API.
2012-04-05  Elizabeth J... ext: add proctitle setting functions to set process...
2012-04-04  Patrick McFarlandfuture: Make it clear non-normal behavior is a consiste...
2012-04-04  Patrick McFarlandfuture: clean up syntax style slightly
2012-04-04  Patrick McFarlandfuture: Improve cancel method
2012-04-04  Patrick McFarlandImprove futures to be more paranoid about potential...
2012-04-04  Patrick McFarlandMake struct private
2012-04-02  Elizabeth J... machine: fix compile error.
2012-04-02  Elizabeth J... remove remnants of futex check as it's not necessary...
2012-04-02  William PitcockAdd missing coroutine_private.h.
2012-04-02  William Pitcockmowgli_strlcpy/strlcat: use libbsd implementation
2012-04-01  Patrick McFarlandRemove something I added 5 years ago
2012-04-01  Patrick McFarlandAdded AVR32, SuperH, and VMS to machine.h
2012-04-01  Elizabeth J... dns: some optimisations and shuffling.
2012-03-31  Elizabeth J... thread: make ops tables const.
2012-03-31  Elizabeth J... Merge branch 'master' of ssh://git.atheme.org/gitroot...
2012-03-31  Elizabeth J... dns_evloop: use a heap instead of mowgli_alloc for...
2012-03-31  William Pitcockdns: use mowgli_eventloop_get_time() instead of touchin...
2012-03-31  William Pitcockcoroutine: some initial bits of this module, incomplete
2012-03-31  Elizabeth J... dns_evloop: some optimisations.
2012-03-30  Elizabeth J... gitignore: update, and add windows files that should...
2012-03-30  Elizabeth J... fix warning in example and remove useless debug logging.
2012-03-30  Elizabeth J... vio: let socket close itself after an error if it wants.
2012-03-30  Elizabeth J... Merge branch 'develop' of git://caspar.adterrasperasper...
2012-03-30  Elizabeth J... Merge branch 'master' of ssh://git.atheme.org/gitroot...
2012-03-30  Elizabeth J... dns: misc. fixes to make it work and an example program.
2012-03-29  William Pitcockthread/mutex: pair mutex-owning mutex_ops with each...
2012-03-29  William Pitcockthread: remove unneeded 'initialized' variable
2012-03-29  Patrick McFarlandMake atomic.h use machine.h instead of the autoconf...
2012-03-29  William Pitcockdns: mowgli_alloc should allocate an object of size...
2012-03-29  Patrick McFarlandAdd endian checking to machine.h
2012-03-29  Elizabeth J... dns: renaming, and some windows portability gunk.
2012-03-29  Elizabeth J... DNS stuff, round deux. This is preliminary stuff, I...
2012-03-29  Patrick McFarlandFix install process, fix missing include rename
2012-03-29  Elizabeth J... vio: add listen/accept API to OpenSSL.
2012-03-29  Elizabeth J... vio_openssl: get rid of nasty const discarding.
2012-03-29  Elizabeth J... linebuf: accomodations for edge-triggered interfaces.
2012-03-29  Elizabeth J... vio: set NEED{READ,WRITE} for edge-triggered interfaces.
2012-03-29  Elizabeth J... vio: convert ugly non-syntactic macros to functions.
2012-03-28  Patrick McFarlandChange mutex.h and thread.h to use the new machine...
2012-03-28  Patrick McFarlandCreate machine.h to make it easier to do platform speci...
2012-03-28  Patrick McFarlandChange mowgli_thread to use create/init/deinit/destroy...
2012-03-28  Patrick McFarlandRename all boostrap _init() functions to _boostrap()
2012-03-27  Patrick McFarlandMade atomic ops more type safe and sane
2012-03-26  Elizabeth J... random: fix tempering.
2012-03-25  Elizabeth J... vio: make sendto/write functions take const void *...
2012-03-24  Elizabeth J... mutex: get rid of tracking of all mutexes and atfork...
2012-03-24  Elizabeth J... Revert "mowgli_mutex_lock_all: only lock already unlock...
2012-03-24  Elizabeth J... mowgli_mutex_lock_all: only lock already unlocked mutexes.
2012-03-24  Elizabeth J... mutex: add some debug logging.
2012-03-24  Elizabeth J... libmowgli: fix function name for sun
2012-03-24  Elizabeth J... mowgli_writef: thou shalt not call send() on a file...
2012-03-24  Patrick McFarlandAdd atomic ops and futures
2012-03-24  William Pitcockcore/init: guard against multiple invocations of mowgli...
2012-03-24  William PitcockAbort on mowgli_throw_exception_fatal().
2012-03-24  William PitcockReplace all uses of strdup() with mowgli_strdup().
2012-03-24  William Pitcockcore/alloc: add mowgli_strdup_using_policy() and mowgli...
2012-03-23  William Pitcockeventloop: disable windows-specific eventloop for right now
2012-03-21  Elizabeth J... vio: move some files around to match standard naming...
2012-03-21  William Pitcockext/program_opts: reinclude patrick mcfarland's fix
2012-03-21  William PitcockRevert "Replace include guards with #pragma once, fix...
2012-03-21  Jonathan SchleiferUpdate buildsys.
2012-03-21  Patrick McFarlandFix enum type safety bug, rename tag to type
2012-03-21  Patrick McFarlandReplace include guards with #pragma once, fix program_o...
2012-03-20  Elizabeth J... Merge branch 'master' of ssh://git.atheme.org/gitroot...
2012-03-20  Elizabeth J... vio: whoo, OpenSSL works.
2012-03-20  Elizabeth J... vio-openssl: set SSL handle to connect state for connec...
2012-03-20  Elizabeth J... vio-openssl: fix typo
2012-03-20  Elizabeth J... vio/linebuf: some SSL correctness fixes.
next