]> AND Public Git Repository - simgrid.git/blobdiff - ChangeLog
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename GROS to XBT, thanks Arnaud ;)
[simgrid.git] / ChangeLog
index dc063e910a1c0f4f4fd5e3ba22f0ac551bc25273..3a1cc888f40b40d5527abc026e4e6241573e9abd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,25 @@
-  Version 0.7 (protocol not changed; API changed)
+2004-09-29 Martin Quinson
+  - Re-enable raw sockets.
+    Created by gras_socket_{client,server}_ext;
+    Used with gras_raw_{send,recv}
+    
+    It should allow to kill the last bits of gras first version.
+  
+    This is not completely satisfactory yet (dupplicate code with
+     chunk_{send,recv}; a bit out of the plugin mecanism), but it should
+     work. 
+
+  - Simplify transport plugin interface by not passing any argument to
+    _server and _client, but embeeding them in the socket struct directly. 
+
+2004-09-28 Martin Quinson
+  - Finish the port to AIX.
+    autoconf was my problem (segfault within the malloc replacement
+    function. No idea why)
+        
+2004-09-16 Martin Quinson
+  - Fix some size_t madness on 64bit architectures.
+  
 2004-09-08 Martin Quinson
   - Reduce the number of system headers loaded, overload some more system
     calls (such as malloc to cast the result of the system one, and work