Skip to content
Snippets Groups Projects
  1. Jan 25, 2014
  2. Jan 14, 2013
  3. Jan 20, 2012
  4. Jan 05, 2011
  5. Apr 13, 2010
  6. Jun 05, 2009
  7. Jan 22, 2009
  8. Feb 12, 2008
  9. Jan 08, 2008
  10. 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
  11. 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
  12. Sep 01, 2007
  13. Jul 23, 2007
  14. Mar 20, 2007
  15. Jan 02, 2007
  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 14, 2005
  19. Mar 24, 2005
  20. Feb 18, 2005
  21. Jan 01, 2005
  22. Dec 11, 2004
  23. Dec 09, 2004
  24. Sep 04, 2004
  25. Jul 26, 2004
  26. Jul 02, 2004
  27. Jun 23, 2004
  28. May 27, 2004
  29. Jan 01, 2004
  30. Nov 27, 2003
  31. Apr 15, 2003
    • Julius Enarusai's avatar
      · 5094d6ab
      Julius Enarusai authored
      Fixed minor compile errors
      5094d6ab
  32. Mar 31, 2003
  33. 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
  34. Feb 17, 2003
  35. Feb 14, 2003
  36. Feb 05, 2003
  37. Jan 03, 2003
  38. Oct 25, 2002
Loading