URI: 
       tLog - synk - synchronize files between hosts
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       Date              Commit message                            Author
   DIR 2019-07-01 09:10  Update contact information                Willy Goiffon
   DIR 2017-07-20 06:24  Bump version 1.1                          z3bra
   DIR 2017-06-08 06:12  Add makefile to build the software        z3bra
   DIR 2017-06-08 06:11  Update README for better clarity          z3bra
   DIR 2017-06-08 06:06  Add missing netinet/in.h header           z3bra
   DIR 2017-06-06 06:32  Rename variables to match naming conven…  z3bra
   DIR 2017-06-06 06:30  Make argument type more specific          z3bra
   DIR 2017-06-06 06:29  Rearrange headers order                   z3bra
   DIR 2016-09-12 11:40  Bump version 1.0                          z3bra
   DIR 2016-09-09 11:28  Wait for the client to close the connec…  z3bra
   DIR 2016-09-09 06:31  Use _POSIX_PATH_MAX instead of PATH_MAX   Willy
   DIR 2016-09-09 06:04  Parse config in client mode only          Willy
   DIR 2016-09-08 16:07  Update mkfile to install manpages         Willy
   DIR 2016-09-08 16:03  Add manpage for the synk.conf(5) file     Willy
   DIR 2016-09-08 12:22  Add manpage for the synk(1) command       Willy
   DIR 2016-09-08 12:19  Pass the -p flag in server mode           Willy
   DIR 2016-09-08 06:21  HOST arg is optionnal                     Willy
   DIR 2016-09-07 12:37  Add debug informations                    Willy
   DIR 2016-09-07 12:09  Merge branch 'loadconf'                   Willy
   DIR 2016-09-07 12:07  Remove log level LOG_ERROR                Willy
   DIR 2016-09-07 12:01  Define config file format in README       Willy
   DIR 2016-09-07 11:44  Cleanup header files                      Willy
   DIR 2016-09-07 10:55  Use yacc(1) to parse config file          Willy
   DIR 2016-09-07 10:53  Move global declarations to synk.h        Willy
   DIR 2016-09-06 22:45  Rename default macros                     Willy
   DIR 2016-09-06 16:54  New flag to specify config path           Willy
   DIR 2016-09-06 16:46  Ability to load peers from a file         Willy
   DIR 2016-09-06 11:42  Update README to reflect current progra…  Willy
   DIR 2016-09-06 11:41  Slight change to a debug log              Willy
   DIR 2016-09-06 11:37  Don't flush the peer list between synch…  Willy
   DIR 2016-09-06 10:16  Handle files smaller than 127 bytes       Willy
   DIR 2016-09-06 06:46  Peer localhost data with other peers      Willy
   DIR 2016-09-06 06:35  Update log messages                       Willy
   DIR 2016-09-06 06:34  Lower sha512 buffer size                  Willy
   DIR 2016-09-04 21:18  Fix comparison and add logs               Willy
   DIR 2016-09-04 08:32  Rearrange function declaration            Willy
   DIR 2016-09-03 22:55  Wait for child processes before returni…  Willy
   DIR 2016-09-03 22:03  Rely on remote synk(1) being in the PATH  Willy
   DIR 2016-09-03 21:59  Add a -q(uiet) mode to kill error messa…  Willy
   DIR 2016-09-03 21:57  Don't fail if a file doesn't exists       Willy
   DIR 2016-09-03 21:53  Convert perror() calls to log(LOG_ERROR…  Willy
   DIR 2016-09-03 21:46  Actually run the rsync command generated  Willy
   DIR 2016-09-03 21:45  Set verbosity to LOG_ERROR by default     Willy
   DIR 2016-09-03 21:36  Make the client reconnect RETRY times     Willy
   DIR 2016-09-03 21:34  Use SIGALRM to make the server timeout    Willy
   DIR 2016-09-03 21:28  Put host in serverloop in network order   Willy
   DIR 2016-09-03 20:58  Use hostname over IP for ssh/rsync        Willy
   DIR 2016-09-02 17:02  Merge branch 'rspawn'                     Willy
   DIR 2016-09-02 17:01  Make the HOST param mandatory             Willy
   DIR 2016-09-02 16:59  Save the hostname information in peer_t…  Willy
   DIR 2016-09-02 16:57  Add function to quickly resolve hostnam…  Willy
   DIR 2016-09-02 11:57  Spawn a server-mode synk on each peer     Willy
   DIR 2016-09-02 11:52  Make server mode one-shot                 Willy
   DIR 2016-09-01 23:07  Fix sha512_compare() to use a referent …  Willy
   DIR 2016-09-01 23:05  Add verbose flag                          Willy
   DIR 2016-09-01 22:38  Read struct from server in chunks         Willy
   DIR 2016-09-01 22:37  Implement log(LEVEL, fmt, ...) mechanism  Willy
   DIR 2016-09-01 22:36  Reformatting code for shorter lines       Willy
   DIR 2016-09-01 16:34  syncfile() returns with 0 if no differe…  Willy
   DIR 2016-09-01 12:10  Function dosync() outputs the commands …  Willy
   DIR 2016-09-01 12:09  Cosmetic changes and small bugfixes       Willy
   DIR 2016-09-01 10:06  dosync() function to actually perform t…  Willy
   DIR 2016-09-01 06:05  Improve error checking in concat()        Willy
   DIR 2016-08-31 21:46  New function to concatenate arrays        Willy
   DIR 2016-08-30 22:15  Add an echo() function                    Willy
   DIR 2016-08-30 21:03  Remove useless log                        Willy
   DIR 2016-08-30 21:00  Have getmetadata() return a pointer to …  Willy
   DIR 2016-08-30 20:45  Comment getmetadata() function            Willy
   DIR 2016-08-30 20:39  Rename syncstatus() to uptodate()         Willy
   DIR 2016-08-30 20:35  Add syncfile(), the main wrapper functi…  Willy
   DIR 2016-08-30 20:34  Add function to sync a master peer with…  Willy
   DIR 2016-08-30 20:33  Check sync status amongst a peer list     Willy
   DIR 2016-08-30 20:32  Get the most recent file from a list of…  Willy
   DIR 2016-08-30 20:31  Add function to get metadata from a peer  Willy
   DIR 2016-08-30 20:26  Pass peer list head to functions          Willy
   DIR 2016-08-27 15:24  Rename 'node' to 'peer'                   Willy
   DIR 2016-08-27 15:24  Add informations about functionnalities   Willy
   DIR 2016-08-26 06:58  Provide an insight of the algorithm       Willy
   DIR 2016-08-26 06:25  Clean peer list after processing          Willy
   DIR 2016-08-25 07:23  Get the list of peers from the command …  Willy
   DIR 2016-08-25 06:11  Move comparison logic out of getpeerinf…  Willy
   DIR 2016-08-24 13:13  Add SLIST for peers handling              Willy
   DIR 2016-08-24 06:45  Create one thread per client              Willy
   DIR 2016-08-24 06:45  Move sha512 functions to sha512.c         Willy
   DIR 2016-08-23 16:17  Use structure for TCP communications      Willy
   DIR 2016-08-22 12:19  Fucking shell globs                       Willy
   DIR 2016-08-22 12:18  Put path,sha512 and timestamp in a buff…  Willy
   DIR 2016-08-22 12:17  Loop infinitely in server mode            Willy
   DIR 2016-08-22 12:16  Add function to format a sha512 hash as…  Willy
   DIR 2016-08-22 06:42  Make client/server send sha512 digests …  Willy
   DIR 2016-08-22 06:41  Function to compare hashes                Willy
   DIR 2016-08-22 06:24  New function to generate a stream's hash  Willy
   DIR 2016-08-19 18:35  Fix up sha512 function for standalone u…  Willy
   DIR 2016-08-18 21:15  Add sha512 functions from libtom.net      Willy
   DIR 2016-08-17 06:39  Code cleanup/refactoring                  Willy
   DIR 2016-08-16 18:37  Factorize timestamps retrieval            Willy
   DIR 2016-08-16 18:36  Remove dependency to pthreads             Willy
   DIR 2016-08-16 12:02  Move client/server part into a single p…  Willy
   DIR 2016-08-16 12:00  synkd: move server part into a function   Willy
   DIR 2016-08-16 06:48  Moving client/server part into functions  Willy
   DIR 2016-08-12 00:22  Basic client/server returning timestamp   Willy
   DIR 2016-08-12 00:15  First commit: basic idea                  Willy
       
  TEXT Atom feed
  TEXT Atom feed (tags)