|
|
|
@58
|
[58]
|
07/31/08 12:48:30 |
jtang |
Made Java functions synchronized (otherwise Bad Things (TM) happen).
Clean … |
|
|
|
@57
|
[57]
|
07/17/08 14:06:37 |
jtang |
More cleanups of Java bindings.
(Changes mirrored to 1.2 branch.) |
|
|
|
@54
|
[54]
|
07/17/08 12:54:18 |
jtang |
Added ioctl() to Java bindings.
Clean up and Java unit tests.
Make C test … |
|
|
|
@53
|
[53]
|
07/02/08 10:39:49 |
jtang |
Fix install target for Java test programs. |
|
|
|
@52
|
[52]
|
07/02/08 10:33:27 |
jtang |
Renamed Java "examples" director to "tests", as that they are unit tests. |
|
|
|
@51
|
[51]
|
07/02/08 10:21:54 |
jtang |
Fixed all Java unit tests to work correctly.
Update RPM and Debian build … |
|
|
|
@50
|
[50]
|
07/01/08 17:23:07 |
jtang |
Updated Java unit tests. (incremental checkin) |
|
|
|
@49
|
[49]
|
07/01/08 14:53:20 |
jtang |
[Untested] New Java bindings to match current libsipc code. |
|
|
|
@48
|
[48]
|
06/30/08 17:37:24 |
jtang |
Modified sipc_recv_data() and sipc_shm_recv_done() to be … |
|
|
|
@47
|
[47]
|
06/30/08 17:33:55 |
jtang |
Fixed error in sipc_send_data(), where a send of data with length 0 would … |
|
|
|
@46
|
[46]
|
06/30/08 12:27:58 |
jtang |
sipc_send_data() now properly handles EINTR, and will propagate other … |
|
|
|
@45
|
[45]
|
06/30/08 11:57:16 |
jtang |
Add sipc_ioctl() call to enable non-blocking read.
(This does not address … |
|
|
|
@44
|
[44]
|
06/30/08 11:15:23 |
jtang |
Merged no-calloc() patch; updated Makefiles. |
|
|
|
@43
|
[43]
|
06/24/08 14:25:06 |
jtang |
Fixed a problem in shared memory where a function could return an … |
|
|
|
@42
|
[42]
|
06/04/08 17:00:00 |
jtang |
Update build scripts to match recent changes to code. |
|
|
|
@41
|
[41]
|
06/04/08 16:51:33 |
jtang |
Updated copyright notices.
Split NOP into DATA_READING and DATA_DONE, to … |
|
|
|
@40
|
[40]
|
06/04/08 16:47:27 |
jtang |
Clarified how sipc_recv_data() should be used if the IPC is shared memory. |
|
|
|
@39
|
[39]
|
06/04/08 16:36:44 |
jtang |
Added chunked mqueue test.
Valgrind reports no errors now. |
|
|
|
@38
|
[38]
|
06/04/08 16:35:15 |
jtang |
Revised all man pages to match current API. |
|
|
|
@37
|
[37]
|
05/30/08 17:23:36 |
jtang |
Fixed buffer overflows in message queue code.
Fixing race condition with … |
|
|
|
@36
|
[36]
|
05/30/08 09:57:31 |
jtang |
Re-indented. |
|
|
|
@35
|
[35]
|
05/29/08 22:10:19 |
jtang |
Ran 'make indent' on all code. |
|
|
|
@34
|
[34]
|
05/29/08 22:08:39 |
jtang |
Fix to some of buffer overflows within mqueue. |
|
|
|
@33
|
[33]
|
05/29/08 20:43:37 |
jtang |
Cleaned up test programs.
Added a binary test to shm. |
|
|
|
@32
|
[32]
|
05/29/08 20:42:07 |
jtang |
Fixed potential buffer overflow where the size of the reading buffer is … |
|
|
|
@31
|
[31]
|
05/14/08 16:17:31 |
jtang |
Updated RPM spec file so as to generate library, devel, and Java packages. |
|
|
|
@30
|
[30]
|
05/14/08 15:30:31 |
jtang |
Debianized libsipc library.
Fixed Makefiles to be more portable. |
|
|
|
@29
|
[29]
|
05/01/08 15:34:54 |
jtang |
A JRE is needed at runtime, not JDK.
Fix install target to also install … |
|
|
|
@28
|
[28]
|
04/30/08 11:02:22 |
jtang |
Fixed .PHONY targets.
Java bindings now built only if ENABLE_JAVA flag is … |
|
|
|
@27
|
[27]
|
04/29/08 15:08:04 |
jtang |
Fix possible memory leak if realloc() failed. |
|
|
|
@26
|
[26]
|
04/29/08 13:32:52 |
jtang |
Simplify build system by merging bindings target into normal compile. |
|
|
|
@25
|
[25]
|
04/29/08 12:54:57 |
jtang |
Fix spec file so that RPM can be built on RHEL5. |
|
|
|
@24
|
[24]
|
04/29/08 12:27:59 |
jtang |
Fixed compile warnings; fixed double free within Java finalizer for … |
|
|
|
@23
|
[23]
|
04/17/08 12:37:52 |
jtang |
Fix to Java bindings to stop truncating incomplete messages. |
|
|
|
@21
|
[21]
|
04/16/08 16:03:15 |
jtang |
Merged binary-mq branch into trunk, with additional fixes by Ross. |
|
|
|
@20
|
[20]
|
04/16/08 15:52:23 |
jtang |
New build system for libsipc, before binary-mq branch is merged. |
|
|
|
@3
|
[3]
|
03/28/07 13:12:09 |
dwindsor |
Fix dos newlines from last commit |
|
|
|
@2
|
[2]
|
03/28/07 11:17:19 |
bwilliams |
Merge in updated makefiles from Jonathan |
|
|
|
@1
|
[1]
|
03/08/07 13:45:58 |
bwilliams |
Initial Release of the SIPC Library |