2018-03-17 | Jérôme Benoit | TD2: Clearify the empty message detection logic. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-17 | Jérôme Benoit | TD2: Check for message text emptyness. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-16 | Jérôme Benoit | TD2: Ensure chat clients will not send empty message. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-16 | Jérôme Benoit | TD2: Add response about serialization. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-16 | Jérôme Benoit | TD2: Fix some comments. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-16 | Jérôme Benoit | TD2: Simplify the object serialization trough socket. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-16 | Jérôme Benoit | TD3: convert to unix LF the code skeleton for hostels. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-16 | Jérôme Benoit | TD3: Add code skeleton for the hostel reservations... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-16 | Jérôme Benoit | TD3: Add RMI helloworld helper scripts. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-16 | Jérôme Benoit | TD2: Fix the remaining bugs in the IHM chat client. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-16 | Jérôme Benoit | TD2: Make the IHM client with one receive thread and... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-16 | Jérôme Benoit | TD2: Add basic IHM code for the chat. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-15 | Jérôme Benoit | Code cleanups. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-15 | Jérôme Benoit | TD3: Remove deprecation warnings. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-15 | Jérôme Benoit | TD3: Add HelloWorld RMI package. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-14 | Jérôme Benoit | TD2: Invert the stream on socket order: out first. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-14 | Jérôme Benoit | TD2: Fix a warning for object serialization. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-14 | Jérôme Benoit | Coding style cleanups. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-14 | Jérôme Benoit | TD2: Comment thread-safety requirement. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-13 | Jérôme Benoit | TD2: Be more informative at exception catching. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-13 | Jérôme Benoit | More code cleanups. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-13 | Jérôme Benoit | Code cleanups. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-13 | Jérôme Benoit | TD2: Fix all important bugs in the object passing server... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-13 | Jérôme Benoit | TD2: Make the client send and receive object message. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-13 | Jérôme Benoit | TD2: Fix the most important bugs in the server code. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-13 | Jérôme Benoit | TD2: Make the server almost work as expected. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-12 | Jérôme Benoit | TD2: CRLF -> LF conversion. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-12 | Jérôme Benoit | TD2: Add multithreaded server primary code. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-12 | Jérôme Benoit | TD1: Refactor the client side code. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-12 | Jérôme Benoit | TD2: code cleanup in the client part. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-12 | Jérôme Benoit | TD2: Make the socket client multithreaded. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-11 | Jérôme Benoit | Use stderr where appropriate. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-10 | Jérôme Benoit | Better exception handling. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-09 | Jérôme Benoit | TD2: Avoid to duplicate newline. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-09 | Jérôme Benoit | Code cleanups. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-09 | Jérôme Benoit | Code cleanups. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-09 | Jérôme Benoit | Switch CRLF to LF line endings. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-09 | Jérôme Benoit | TD1: Refine the deadlock explanation. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-09 | Jérôme Benoit | TD2: Add preliminary code for question 1. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-09 | Jérôme Benoit | TD1: Fix the deadlock explanation. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-09 | Jérôme Benoit | TD1: Explain and fix the deadlock in exo3. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-09 | Jérôme Benoit | TD1: Make some constructors. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-07 | Jérôme Benoit | TD1: Set values to trigger a deadlock. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-07 | Jérôme Benoit | TD2: Add several producers and consumers to exo3. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-07 | Jérôme Benoit | TD1: Add proper locking to the producer/consumer exo3... Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-07 | Jérôme Benoit | TD1: Use thread optimized random number generator. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-07 | Jérôme Benoit | TD1: fix the exo1 response. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-07 | Jérôme Benoit | TD1: Initial commit of exercice 3 code. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-06 | Jérôme Benoit | TD1: Use a thread optimized random number generator. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-06 | Jérôme Benoit | TD1: remove an extra semicolon. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-06 | Jérôme Benoit | TD1: Cleanup the exo1 code. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-06 | Jérôme Benoit | Add exo1 code. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |
2018-03-06 | Jérôme Benoit | Initial commit for TD1 exo1. Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org> |
commit | commitdiff | tree |