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