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 06, 2009
  7. Jun 05, 2009
  8. Jan 22, 2009
  9. Feb 12, 2008
  10. Jan 08, 2008
  11. 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
  12. 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
  13. Sep 01, 2007
  14. Jul 23, 2007
  15. Mar 20, 2007
  16. Jan 10, 2007
  17. Jan 02, 2007
  18. Mar 07, 2006
  19. Jan 03, 2006
  20. 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
  21. Jul 11, 2005
  22. Mar 24, 2005
  23. Feb 18, 2005
  24. Jan 01, 2005
  25. Jul 02, 2004
  26. May 27, 2004
  27. Jan 01, 2004
  28. Dec 29, 2003
  29. Nov 27, 2003
  30. Aug 27, 2003
  31. Mar 31, 2003
  32. 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
  33. Feb 16, 2003
  34. Feb 14, 2003
  35. Feb 09, 2003
  36. Feb 08, 2003
  37. Feb 05, 2003
Loading