index
:
csa/daq/network/kiro.git
master
Unnamed repository; edit this file 'description' to name the repository.
Suren A. Chilingaryan
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
kiro-server.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed race conditions in kiro_server_realloc
Timo Dritschler
2015-01-30
1
-71
/
+155
*
KIRO Server can now issue a client reallocation command
Timo Dritschler
2015-01-26
1
-8
/
+149
*
Fixed a bug in KiroClient when connection fails during setup
Timo Dritschler
2015-01-21
1
-6
/
+6
*
Added a missing pointer cleanup
Timo Dritschler
2014-12-10
1
-0
/
+1
*
Fixed KIRO client getting stuck in the RDMA event handler
Timo Dritschler
2014-12-10
1
-1
/
+18
*
Fixed a problem with the kiro server getting stuck in the RDMA event handler
Timo Dritschler
2014-12-05
1
-2
/
+9
*
KIRO Server now has a message event handler for receives
Timo Dritschler
2014-12-03
1
-27
/
+111
*
Fixed two memory leaks in kiro-server
Timo Dritschler
2014-12-03
1
-1
/
+19
*
Merge branch 'master' into eventLoops
Timo Dritschler
2014-11-26
1
-4
/
+4
|
\
|
*
Replaced all calls to malloc, calloc and free by their respective glib versions
Timo Dritschler
2014-11-26
1
-4
/
+4
*
|
Merge branch 'master' into eventLoops
Timo Dritschler
2014-11-26
1
-8
/
+0
|
\
|
|
*
Removed superfluous memory allocations in kiro server and client
Timo Dritschler
2014-11-26
1
-8
/
+0
*
|
Added a Main Loop model to kiro-client
Timo Dritschler
2014-11-26
1
-7
/
+11
*
|
Changed kiro-server to use a Main Loop model for event handling
Timo Dritschler
2014-11-26
1
-55
/
+89
|
/
*
Fix #1: Added missing documentation to TRB, Client and Server header
Timo Dritschler
2014-11-21
1
-2
/
+11
*
Fix #7: Added missing call to parent finalize
Timo Dritschler
2014-11-21
1
-0
/
+2
*
Release KIRO to GitHub under LGPL v2.1
Timo Dritschler
2014-11-20
1
-8
/
+13
*
Changed error loging to use the respective GLib functions
Timo Dritschler
2014-08-29
1
-33
/
+35
*
Fix #6: Changed coding style to match UFO Project
Timo Dritschler
2014-08-29
1
-175
/
+166
*
Fix #5: Added kiro_CLASS_new methods to all KIRO classes
Timo Dritschler
2014-08-28
1
-1
/
+7
*
KIRO Server now sends a disconnect request to all clients upon shutdown
Timo Dritschler
2014-08-28
1
-5
/
+14
*
KIRO Server now maintains a list of all connected clients
Timo Dritschler
2014-08-28
1
-21
/
+24
*
Removed superfluous mutex to prevent deadlock situations
Timo Dritschler
2014-07-25
1
-9
/
+2
*
Added 'kiro_server_stop' method to KIRO Server
Timo Dritschler
2014-07-25
1
-27
/
+61
*
Changed gobject initialization for backward compatibility with older versions...
Timo Dritschler
2014-07-18
1
-1
/
+2
*
Fixed possible segfault due to missing cleanup of event listener thread
Timo Dritschler
2014-07-01
1
-1
/
+4
*
Changed build system to CMake
Timo Dritschler
2014-05-27
1
-0
/
+361