Skip to content
Snippets Groups Projects
  1. Jul 06, 2016
  2. Jul 05, 2016
    • Emmanuel Gil Peyrot's avatar
      Add an install and an install-debug targets · c8d00665
      Emmanuel Gil Peyrot authored
      This makes the user able to use the familiar `make install` syntax, and
      allows overriding of the default directories using the DESTDIR and
      PREFIX variables, for example:
       make DESTDIR=packaging PREFIX=/usr install
      c8d00665
    • Emmanuel Gil Peyrot's avatar
      Specify the soname in the library and its name · 06cdb3f7
      Emmanuel Gil Peyrot authored
      This provides users of this library the guarantee that the ABI will
      stay stable when MAJOR will reach 1, and will stay backwards compatible
      for the entire duration of the 1.x.y branch.
      
      It does require the maintainers to always update the version in the
      Makefile at every ABI change.
      06cdb3f7
  3. Jun 30, 2016
    • Richard van der Hoff's avatar
      PR feedback · d8b24acb
      Richard van der Hoff authored
      * write V1 pickles on the master branch
      * the logging branch is going to write v0x80000001
      d8b24acb
    • Richard van der Hoff's avatar
      Make space in the session pickle for chain index · 8dd3c182
      Richard van der Hoff authored
      Keeping track of the chain index is a useful thing to do, but is only required
      if we've enabled diagnostics. Extend the session pickle format to make a space
      for it, so that pickles can be transferred between the logging_enabled branch
      and the master branch without loss of information.
      
      Also add some tests for session pickling which explicitly check that we can
      unpickle both formats of pickle.
      8dd3c182
    • Richard van der Hoff's avatar
      Remove unused 'chain_index' from Ratchet · 757c4225
      Richard van der Hoff authored
      This was introduced when I was experimenting with support for logging progress
      in Olm. That is now relegated to the logging_enabled branch, so this should
      probably be removed.
      
      This also fixes the incompatibility of session pickles from the current master
      branch with those from olm 0.1.0.
      757c4225
  4. May 26, 2016
  5. May 25, 2016
  6. May 24, 2016
Loading