Skip to content
Snippets Groups Projects
  1. Dec 28, 2004
  2. Dec 11, 2004
  3. Dec 09, 2004
  4. Nov 27, 2004
  5. Nov 25, 2004
  6. Nov 24, 2004
  7. Nov 23, 2004
  8. Oct 06, 2004
  9. Oct 01, 2004
  10. Sep 26, 2004
  11. Sep 12, 2004
  12. Sep 11, 2004
  13. Sep 04, 2004
  14. Aug 25, 2004
    • Luke Howard's avatar
      Remove unused variable · 2316461b
      Luke Howard authored
      2316461b
    • Luke Howard's avatar
      This patch fixes some subtle interactions between SLAPI and syncrepl. Due to · ea6f5bad
      Luke Howard authored
      SLAPI always assigning connection and operation IDs of zero for internal
      operations, such operations would cause a stale contextCSN to be returned from
      slap_get_commit_csn(). As a result, SLAPI internal updates would be invisible
      to replicas until an external update was made. Also, SLAPI internal operations
      never called slap_graduate_commit_csn() which leaked pending CSNs.
      
      Also included in this patch is a general cleanup of some of the SLAPI code.
      
      Note that we need to use a separate mutex on conn_nextid to avoid a deadlock
      where a post-operation plugin tries to acquire connections_mutex, having locked
      the per-connection mutex, while the listener thread tries to acquire the
      per-connection mutex (having locked connections_mutex). connection.c needs to
      be fixed to acquire mutexes in the same order.
      ea6f5bad
  15. Aug 12, 2004
  16. Jul 26, 2004
  17. Jun 29, 2004
  18. Jun 23, 2004
  19. Jun 22, 2004
  20. Jun 21, 2004
  21. Apr 26, 2004
  22. Apr 20, 2004
  23. Apr 07, 2004
  24. Mar 24, 2004
  25. Mar 17, 2004
  26. Mar 14, 2004
  27. Mar 12, 2004
  28. Feb 10, 2004
  29. Feb 09, 2004
  30. Jan 15, 2004
  31. Jan 01, 2004
  32. Dec 29, 2003
  33. Dec 28, 2003
Loading