2011-02-23 19:36 | Fix allocation bug. | Kris Maglione | 1 | +1 | -1 |
2011-02-06 04:03 | Fix build with recent versions of GNU make. Closes issue #216. | Kris Maglione | 2 | +4 | -4 |
2010-07-07 22:32 | [debian] Fix DESTDIR. Fix some lintian warnings. | Kris Maglione | 2 | +6 | -7 |
2010-07-07 22:14 | [debian] Fix PREFIX and DESTDIR | Kris Maglione | 2 | +17 | -0 |
2010-07-07 01:24 | [debian] Add 'deb' make target. | Kris Maglione | 3 | +46 | -5 |
2010-06-23 18:47 | Add debhelper to debian build dependency list. | Kris Maglione | 3 | +5 | -3 |
2010-06-23 18:09 | Fix build error. | Kris Maglione | 2 | +9 | -10 |
2010-06-23 17:53 | Add ixp_pending_print and ixp_pending_vprint. | Kris Maglione | 6 | +76 | -24 |
2010-06-23 17:43 | Add debian packaging materials. | Kris Maglione | 6 | +31 | -1 |
2010-06-23 14:47 | Add PKGBUILD. Fix some install problems. | Kris Maglione | 3 | +31 | -2 |
2010-06-18 16:15 | Add some additional documentation. | Kris Maglione | 48 | +359 | -118 |
2010-06-17 22:55 | Add renamed manpage. | Kris Maglione | 2 | +45 | -23 |
2010-06-17 22:03 | Add IXP_ASSERT_VERSION macro. | Kris Maglione | 5 | +69 | -7 |
2010-06-16 21:28 | Fix occurrences of abbreviated type names in man pages. | Kris Maglione | 12 | +57 | -52 |
2010-06-16 19:48 | Doc updates and minor API changes. | Kris Maglione | 64 | +2047 | -492 |
2010-06-15 18:26 | Fix man section number. | Kris Maglione | 24 | +25 | -23 |
2010-06-15 18:22 | First stab at API man pages. | Kris Maglione | 47 | +1445 | -221 |
2010-06-14 14:47 | Run preselect after timers. | Kris Maglione | 1 | +3 | -3 |
2010-06-02 00:17 | Update copyrights. | Kris Maglione | 16 | +35 | -35 |
2010-05-29 18:07 | Check srv->running after running srv->preselect and timers. | Kris Maglione | 2 | +4 | -1 |
2010-05-24 19:25 | Fix install problem introduced in revision 0946163ab7a0. | Kris Maglione | 1 | +1 | -1 |
2010-05-24 17:02 | Fix installation broken 2 commits prior. | Kris Maglione | 1 | +4 | -4 |
2010-05-24 12:47 | Fix lib installation paths. | Kris Maglione | 1 | +16 | -16 |
2010-05-23 16:50 | Sync makefiles with wmii. | Kris Maglione | 19 | +149 | -114 |
2010-05-23 16:43 | Cleanup the root dir a bit. | Kris Maglione | 49 | +4354 | -4336 |
2009-10-31 22:06 | Fix ixp_srvutils bug in corner case. Closes issue #150. | Kris Maglione | 3 | +12 | -6 |
2009-10-30 21:37 | Add ixp_printfcall to respond(). | Kris Maglione | 1 | +2 | -0 |
2009-10-29 23:57 | Make srv->wstat optional. | Kris Maglione | 1 | +4 | -0 |
2009-10-12 00:14 | Fix segfault when clients clunk files with pending requests. Cleanup, etc. | Kris Maglione | 2 | +235 | -225 |
2009-10-10 18:59 | Remove LPL-licensed Plan 9 code. Update build system. Cleanup. | Kris Maglione | 13 | +349 | -591 |
2009-09-03 18:28 | Generally minor cleanup. Add some API docss. | Kris Maglione | 4 | +49 | -16 |
2009-09-03 18:20 | Change .O extension to .out | Kris Maglione | 3 | +38 | -28 |
2008-09-21 03:39 | Added tag 0.5 for changeset fa4f101de44a | sqweek | 0 | +0 | -0 |
2008-09-21 03:39 | Update VERSION. | sqweek | 1 | +1 | -1 |
2008-09-20 19:26 | Use sed instead of ${foo#d} for portability. | sqweek | 1 | +1 | -1 |
2008-09-20 14:53 | Fix order of debug message so we don't dereference a random pointer. | sqweek | 1 | +1 | -2 |
2008-09-20 14:51 | Add wstat support. | sqweek | 3 | +65 | -25 |
2008-09-20 13:59 | Fix argv0 initialisation so it doesn't break ixpc -a <foo>. | sqweek | 1 | +1 | -1 |
2008-09-20 03:04 | Fix use of uninitialised global variable user. | sqweek | 1 | +3 | -0 |
2008-09-20 03:03 | Update to new fcall API. | sqweek | 1 | +30 | -30 |
2008-09-20 02:17 | Add append command to ixpc. | sqweek | 1 | +26 | -1 |
2008-08-30 21:51 | merge. | Kris Maglione | 0 | +0 | -0 |
2008-08-30 21:50 | s/Fcall/IxpFcall/ in ixp.h | Kris Maglione | 1 | +1 | -1 |
2008-08-25 15:30 | Create ixp_srvutils—convenience functions and structures from wmii's fs.c. Bump API version. | Kris Maglione | 9 | +498 | -7 |
2008-05-27 22:42 | Remove some temporary code (fix broken compile). | Kris Maglione | 2 | +0 | -4 |
2008-05-26 22:41 | Merge. | Kris Maglione | 1 | +4 | -2 |
2008-05-26 22:40 | Fix makefile. | Kris Maglione | 2 | +1 | -2 |
2008-05-25 21:17 | Merge. | Kris Maglione | 0 | +0 | -0 |
2008-05-25 21:14 | Make IxpFcall c99 friendly (but, maintain backward compatibility, for now). | Kris Maglione | 9 | +325 | -189 |
2008-02-03 22:10 | Add ixp_namespace, ixp_nsmount, ixp_smprint. Bump API version. | Kris Maglione | 16 | +197 | -39 |
2008-01-27 18:48 | Partial inline API documentation. Note that there is currently no way to munge this documentation format. | Kris Maglione | 5 | +309 | -17 |
2008-01-27 03:27 | Add <sys/types.h> where needed, thanks to a report by Muzgo, and on wmii-list. Also, add ixp_fstat, and const some parameters. | Kris Maglione | 13 | +95 | -76 |
2008-01-20 17:19 | Add timer functions. Change ixp_message to use char*. Add mk/so.mk from wmii. | Kris Maglione | 33 | +506 | -241 |
2007-12-15 03:19 | Remove the reference to ixp_fcall.h from include/Makefile. Again, thanks to Bart. | Kris Maglione | 1 | +1 | -1 |
2007-12-15 03:15 | Fixed linking error when older version is installed. Reported by: Bart Trojanowsk | Kris Maglione | 2 | +2 | -2 |
2007-11-28 23:26 | Merge. | Kris Maglione | 2 | +4 | -3 |
2007-11-28 23:19 | Apparantly, there is a lot of uncommitted cleanup. I've added a simple file server by Ron Minnich to the examples dir. | Kris Maglione | 28 | +932 | -429 |
2007-07-05 18:37 | Resolve port names. | Kris Maglione | 2 | +82 | -56 |
2007-07-02 16:43 | Add select handler to the ixp_nothread struct. | Kris Maglione | 1 | +1 | -0 |
2007-07-01 21:34 | Fix ixp_fcall.h generation. | Kris Maglione | 1 | +6 | -4 |
2007-07-01 21:25 | Install header files. | Kris Maglione | 1 | +2 | -0 |
2007-07-01 21:18 | Add select to the threading stubs. I fear I'll need it. | Kris Maglione | 5 | +5 | -1 |
2007-07-01 21:09 | Fix install. | Kris Maglione | 3 | +16 | -14 |
2007-07-01 20:41 | Include sys/select.h from ixp.h. | Kris Maglione | 1 | +7 | -0 |
2007-07-01 20:25 | Ask glibc to please give me the functions the standard says it should. | Kris Maglione | 1 | +1 | -0 |
2007-07-01 20:10 | Fix issues. Add ixp_print and ixp_vprint. | Kris Maglione | 11 | +63 | -16 |
2007-07-01 11:51 | Don't build ruby or task thread stubs by default. | Kris Maglione | 3 | +10 | -2 |
2007-07-01 11:35 | Add threading support. | Kris Maglione | 40 | +1990 | -373 |
2007-06-17 21:01 | Add a callback to run before select(). | Kris Maglione | 2 | +5 | -1 |
2007-06-02 15:03 | Add mk/gcc.mk | Kris Maglione | 2 | +24 | -2 |
2007-06-01 19:27 | Don't overwrite the root fid. | Kris Maglione | 1 | +1 | -0 |
2007-06-01 18:57 | Properly calculate the size of IxpCFid allocations. | Kris Maglione | 1 | +11 | -12 |
2007-06-01 18:38 | Free the Fid freelist on unmount. | Kris Maglione | 5 | +22 | -17 |
2007-06-01 17:57 | Free client message buffer on unmount. | Kris Maglione | 1 | +3 | -0 |
2007-04-17 22:16 | Don't use ranlib. | Kris Maglione | 3 | +5 | -5 |
2007-03-28 18:37 | Fix strcmp in socket.c. | Kris Maglione | 1 | +2 | -2 |
2007-03-28 18:25 | Refactored socket.c. | Kris Maglione | 1 | +139 | -133 |
2007-03-28 04:20 | Sync the build scripts and ixpc with wmii. | Kris Maglione | 5 | +54 | -45 |
2007-03-27 21:27 | Fixed length passed to bind. | Kris Maglione | 1 | +2 | -2 |
2007-03-26 21:20 | Fixed some bugs. | Kris Maglione | 4 | +24 | -20 |
2007-03-26 19:46 | Add a default label to the argument handling in ixpc. | Kris Maglione | 1 | +3 | -0 |
2007-03-26 18:27 | Fixed some bugs. | Kris Maglione | 10 | +62 | -30 |
2007-03-26 04:49 | New tree layout and make system. New API. New client and ixpc code. | Kris Maglione | 50 | +3381 | -2969 |
2007-03-18 05:56 | Allocate enough space for terminating nuls when unpacking strings. | Kris Maglione | 1 | +5 | -3 |
2007-03-17 22:57 | Fixed a bug that ostensibly prevented one from walking 4 directories deep. | Kris Maglione | 1 | +10 | -5 |
2007-03-16 06:04 | Don't klobber the address passed to ixp_connect_sock. | Kris Maglione | 1 | +13 | -6 |
2007-03-13 06:37 | Link ixpc directly against the libixp.a objects. | Kris Maglione | 1 | +1 | -1 |
2007-03-12 05:33 | Free data after you use it, not before. | Kris Maglione | 1 | +4 | -3 |
2007-03-10 06:37 | Forgot to add a free(). | Kris Maglione | 1 | +1 | -0 |
2007-03-10 04:26 | Return the full pathname of a failed walk. | Kris Maglione | 2 | +5 | -5 |
2007-03-06 09:09 | Fixed some void pointer arithmatic and fixed some signedness issues. | Kris Maglione | 5 | +23 | -30 |
2007-03-06 08:50 | Added u(v?long|int|short|char) typedefs, and fixed some bugs reported by mauke. | Kris Maglione | 12 | +241 | -228 |
2007-03-06 08:29 | Change reference to ssid to libixp in the README. | Kris Maglione | 2 | +2 | -4 |
2007-02-20 18:25 | Undoing last change. It was already done in LDFLAGS | Kris Maglione | 1 | +1 | -1 |
2007-02-20 18:22 | Use -L. before -lixp when linking ixpc | Kris Maglione | 2 | +2 | -1 |
2007-02-20 17:21 | Make dist tried to package fcall.h.union, while the right file name would have been only fcall.h. | Denis Grelich | 1 | +1 | -1 |
2007-02-18 18:52 | Fix an early free bug. | Kris Maglione | 1 | +1 | -1 |
2007-02-17 15:41 | Fix ref counting in request.c | Kris Maglione | 1 | +19 | -18 |
2007-02-17 05:19 | Fix exit status and segfault in ixpc xwrite | Kris Maglione | 1 | +3 | -2 |
2007-02-16 07:34 | Properly bracket the usage information in ixpc. Add xwrite to ixpc.1, and modify the examples appropriately. | Kris Maglione | 2 | +12 | -7 |