Skip to content
Snippets Groups Projects
  1. Jan 05, 2011
  2. Apr 13, 2010
  3. Jun 06, 2009
  4. Jun 05, 2009
  5. Jan 22, 2009
  6. Feb 12, 2008
  7. Jan 08, 2008
  8. Nov 07, 2007
    • Quanah Gibson-Mount's avatar
      Use per-thread slap_counters to eliminate lock contention · 3783df8d
      Quanah Gibson-Mount authored
      Unifdef SLAP_LIGHTWEIGHT_DISPATCHER
      Use thread-specific data in pool_context()
      Added native thread-specific data support
      Concurrency tweaks:
        store conn->c_sd, don't use ber_sockbuf_ctrl to retrieve it.
        use per-thread free lists for operations, no mutexes needed.
      3783df8d
  9. Oct 25, 2007
    • Howard Chu's avatar
      Concurrency tweaks: · 68ebee47
      Howard Chu authored
        store conn->c_sd, don't use ber_sockbuf_ctrl to retrieve it.
        use per-thread free lists for operations, no mutexes needed.
      68ebee47
  10. Sep 01, 2007
  11. Jul 23, 2007
  12. Mar 20, 2007
  13. Jan 10, 2007
  14. Jan 02, 2007
  15. Mar 07, 2006
  16. Jan 03, 2006
  17. Aug 14, 2005
    • Hallvard Furuseth's avatar
      Add missing Statslog() statements (loglevel stats/stats2): · 9873eb7a
      Hallvard Furuseth authored
        "ABANDON", "STARTTLS", "CANCEL", "WHOAMI", "PASSMOD", "EXT", "INTERM",
        "TLS established", SASL and Extended Response "RESULT".
      In Statslog output "conn=xx fd=yy closed", append the reason in
        "()" unless client or server closed the connection after Unbind.
      Still missing Statslog output from a number of failed requests.
      9873eb7a
  18. Jul 11, 2005
  19. Mar 24, 2005
  20. Feb 18, 2005
  21. Jan 01, 2005
  22. Jul 02, 2004
  23. May 27, 2004
  24. Jan 01, 2004
  25. Dec 29, 2003
  26. Nov 27, 2003
  27. Aug 27, 2003
  28. Mar 31, 2003
  29. Mar 30, 2003
    • Howard Chu's avatar
      Major API change - (SLAP_OP_BLOCKS) All request parameters are · e8c58b4e
      Howard Chu authored
      consolidated into the Operation structure. All reply parameters
      are consolidated into the new SlapReply structure. Most operations
      now have identical call signatures... Changes are not #ifdef'd,
      revert to -r NO_SLAP_OP_BLOCKS if necessary to back out.
      e8c58b4e
  30. Feb 16, 2003
  31. Feb 14, 2003
  32. Feb 09, 2003
  33. Feb 08, 2003
  34. Feb 05, 2003
  35. Jan 27, 2003
  36. Jan 25, 2003
Loading