You can subscribe to this list here.
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(4) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <eti...@us...> - 2008-05-21 14:35:13
|
Revision: 16
http://kadc.svn.sourceforge.net/kadc/?rev=16&view=rev
Author: etiennes
Date: 2008-05-21 07:35:15 -0700 (Wed, 21 May 2008)
Log Message:
-----------
Moved session stuff to its own file.
Bugfixes.
Seems to work atm, I can see UDP traffic recieved but not handled (yet).
Modified Paths:
--------------
trunk/KadC.xcodeproj/project.pbxproj
trunk/clients/overnet_opcodes.h
trunk/src/contact.c
trunk/src/contact.h
trunk/src/dht.c
trunk/src/hash.c
trunk/src/inifiles.c
trunk/src/internal.c
trunk/src/internal.h
trunk/src/kadc.h
trunk/src/logging.c
trunk/src/message.c
trunk/src/message.h
trunk/src/net.c
trunk/src/overnet.c
Added Paths:
-----------
trunk/src/session.c
trunk/src/session.h
trunk/third-party/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <eti...@us...> - 2008-05-13 15:21:58
|
Revision: 15
http://kadc.svn.sourceforge.net/kadc/?rev=15&view=rev
Author: etiennes
Date: 2008-05-13 08:14:15 -0700 (Tue, 13 May 2008)
Log Message:
-----------
Added interactive command line. Look in inifiles.c for current commands.
Made session not attempt to bind at init, because I could fail init if port was already open.
Added a sessionSend for better encapsulation.
Bugfixes !!!
-
-This line, and those below, will be ignored--
M trunk/src/inifiles.c
M trunk/src/internal.c
M trunk/src/dht.c
M trunk/src/internal.h
M trunk/src/dht.h
Modified Paths:
--------------
trunk/src/dht.c
trunk/src/dht.h
trunk/src/inifiles.c
trunk/src/internal.c
trunk/src/internal.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <eti...@us...> - 2008-05-09 15:47:25
|
Revision: 14
http://kadc.svn.sourceforge.net/kadc/?rev=14&view=rev
Author: etiennes
Date: 2008-05-09 08:47:16 -0700 (Fri, 09 May 2008)
Log Message:
-----------
Some bugfixes everywhere.
I'm trying to build an interactive command line tool, so I can run two instances of my test program.
Modified Paths:
--------------
trunk/clients/overnet_client.c
trunk/src/contact.c
trunk/src/contact.h
trunk/src/dht.c
trunk/src/inifiles.c
trunk/src/inifiles.h
trunk/src/internal.c
trunk/src/internal.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <eti...@us...> - 2008-05-07 12:21:21
|
Revision: 13
http://kadc.svn.sourceforge.net/kadc/?rev=13&view=rev
Author: etiennes
Date: 2008-05-07 05:21:12 -0700 (Wed, 07 May 2008)
Log Message:
-----------
Commit of all the rework I done while offline. I have pretty much finalized kadc data structures, but I'm left with a debugging nightmare ;-).
Modified Paths:
--------------
trunk/KadC.xcodeproj/project.pbxproj
trunk/clients/overnet_client.c
trunk/clients/overnet_opcodes.h
trunk/kadc.ini
trunk/src/bufio.c
trunk/src/bufio.h
trunk/src/dht.c
trunk/src/dht.h
trunk/src/inifiles.c
trunk/src/inifiles.h
trunk/src/logging.c
trunk/src/logging.h
trunk/src/net.c
trunk/src/net.h
trunk/src/queue.c
trunk/src/queue.h
trunk/src/rbt.c
trunk/src/utils.c
Added Paths:
-----------
trunk/src/contact.c
trunk/src/contact.h
trunk/src/hash.c
trunk/src/hash.h
trunk/src/internal.c
trunk/src/internal.h
trunk/src/kadc.h
trunk/src/kadc.pch
trunk/src/message.c
trunk/src/message.h
trunk/src/overnet.c
trunk/src/overnet.h
Removed Paths:
-------------
trunk/src/int128.c
trunk/src/int128.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <eti...@us...> - 2007-11-12 13:34:56
|
Revision: 12
http://kadc.svn.sourceforge.net/kadc/?rev=12&view=rev
Author: etiennes
Date: 2007-11-12 05:35:01 -0800 (Mon, 12 Nov 2007)
Log Message:
-----------
Remove more unused stuff.
Modified Paths:
--------------
trunk/KadC.xcodeproj/project.pbxproj
Removed Paths:
-------------
trunk/KadCmodule.py
trunk/kadcmy.ini
trunk/swig/
trunk/tinyconfig
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <eti...@us...> - 2007-11-12 13:25:37
|
Revision: 11
http://kadc.svn.sourceforge.net/kadc/?rev=11&view=rev
Author: etiennes
Date: 2007-11-12 05:25:38 -0800 (Mon, 12 Nov 2007)
Log Message:
-----------
Added Xcode project, and set correct svn:ignore properties to hide its stuff.
Added Doxygen config file, and reworked the comments in files so they are actually parsed.
Reimported pthreadutils.* to utils.*.
Some minor cleanup.
Modified Paths:
--------------
trunk/clients/overnet_client.c
trunk/src/dht.c
trunk/src/dht.h
trunk/src/inifiles.c
trunk/src/inifiles.h
trunk/src/int128.h
trunk/src/logging.c
trunk/src/logging.h
trunk/src/net.h
trunk/src/queue.c
Added Paths:
-----------
trunk/Doxyfile
trunk/KadC.xcodeproj/
trunk/KadC.xcodeproj/project.pbxproj
trunk/src/utils.c
trunk/src/utils.h
Property Changed:
----------------
trunk/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <eti...@us...> - 2007-11-11 14:32:13
|
Revision: 10
http://kadc.svn.sourceforge.net/kadc/?rev=10&view=rev
Author: etiennes
Date: 2007-11-11 06:32:18 -0800 (Sun, 11 Nov 2007)
Log Message:
-----------
Major cleanup in trunk... Deleted all the unused stuff from trunk, so I can have a clear vision on what to do.
Added Paths:
-----------
trunk/clients/
trunk/clients/overnet_client.c
trunk/clients/overnet_opcodes.h
trunk/src/
trunk/src/bufio.c
trunk/src/bufio.h
trunk/src/dht.c
trunk/src/dht.h
trunk/src/inifiles.c
trunk/src/inifiles.h
trunk/src/int128.c
trunk/src/int128.h
trunk/src/logging.c
trunk/src/logging.h
trunk/src/net.c
trunk/src/net.h
trunk/src/queue.c
trunk/src/queue.h
trunk/src/rbt.c
trunk/src/rbt.h
trunk/support/
trunk/support/contact_dat.c
Removed Paths:
-------------
trunk/Debug_pthreads.c
trunk/Debug_pthreads.h
trunk/KadCalloc.c
trunk/KadCalloc.h
trunk/KadCapi.c
trunk/KadCapi.h
trunk/KadCmeta.c
trunk/KadCmeta.h
trunk/KadCparser.c
trunk/KadCparser.h
trunk/KadCthread.c
trunk/KadCthread.h
trunk/MD4.c
trunk/MD4.h
trunk/RTP.c
trunk/RTP.h
trunk/bufio.c
trunk/bufio.h
trunk/dht.c
trunk/dht.h
trunk/dns.c
trunk/dns.h
trunk/droppriv.c
trunk/droppriv.h
trunk/eMuleKAD.c
trunk/eMuleKAD.h
trunk/external_libs/
trunk/gmon.out
trunk/gprof.txt
trunk/headers
trunk/inifiles.c
trunk/inifiles.h
trunk/int128.c
trunk/int128.h
trunk/logging.c
trunk/logging.h
trunk/main/
trunk/main.c
trunk/millisleep.c
trunk/millisleep.h
trunk/net.c
trunk/net.h
trunk/opcodes.h
trunk/overnet.c
trunk/overnet.h
trunk/pthreadutils.c
trunk/pthreadutils.h
trunk/queue.c
trunk/queue.h
trunk/rbt.c
trunk/rbt.h
trunk/tcpsrv.c
trunk/tcpsrv.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <eti...@us...> - 2007-11-11 14:00:51
|
Revision: 9
http://kadc.svn.sourceforge.net/kadc/?rev=9&view=rev
Author: etiennes
Date: 2007-11-11 06:00:55 -0800 (Sun, 11 Nov 2007)
Log Message:
-----------
Prototype for store API. Some cleanup.
Modified Paths:
--------------
trunk/dht.c
trunk/dht.h
trunk/main.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <eti...@us...> - 2007-10-31 17:36:58
|
Revision: 8
http://kadc.svn.sourceforge.net/kadc/?rev=8&view=rev
Author: etiennes
Date: 2007-10-31 10:37:01 -0700 (Wed, 31 Oct 2007)
Log Message:
-----------
Some cleanup.
Modified Paths:
--------------
trunk/dht.c
trunk/main.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <eti...@us...> - 2007-10-31 17:29:26
|
Revision: 7
http://kadc.svn.sourceforge.net/kadc/?rev=7&view=rev
Author: etiennes
Date: 2007-10-31 10:29:24 -0700 (Wed, 31 Oct 2007)
Log Message:
-----------
I was hammering nodes with OVERNET_CONNECTs...
Completed some docs.
Finished the function responsible of sending replies to OVERNET_CONNECTs ;-).
Modified Paths:
--------------
trunk/dht.c
trunk/dht.h
trunk/main.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|