~markwright/scalestack/zeromq

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
0.3 - 2011-02-17
* Refactored many components, mainly focused on cleaning up
  object relationships and normalized naming.
* Added threading abstraction layer to be used within other modules.
* Added more tests and improved code coverage.

0.2 - 2010-06-03
* Greatly improved the networking modules, added UDP and Local (Unix) domain
  sockets. Modified existing modules to use new networking modules.
* Reworked better echo flood tool.
* Coding style updates, such as camelCase to lower_underscore.
* Updates to the build system and module dependency tracking.

0.1 - 2010-04-08
* First release. This includes the kernel library along with libevent,
  TCP socket, echo server, and simple proxy modules.
* Also included is a prototype for a database proxy module. This
  is fragile and should only be used for experimentation purposes.