Skip to content
Snippets Groups Projects
  1. Sep 01, 2007
  2. Aug 29, 2007
  3. Aug 23, 2007
  4. Aug 22, 2007
  5. Aug 21, 2007
  6. Aug 17, 2007
  7. Aug 16, 2007
  8. Jul 22, 2007
  9. Jul 18, 2007
  10. Jul 06, 2007
  11. Jun 21, 2007
  12. Jun 19, 2007
  13. Jun 09, 2007
  14. Apr 29, 2007
  15. Apr 02, 2007
  16. Apr 01, 2007
  17. Feb 13, 2007
  18. Jan 23, 2007
  19. Jan 13, 2007
  20. Jan 11, 2007
  21. Jan 10, 2007
  22. Jan 02, 2007
  23. Dec 26, 2006
  24. Dec 18, 2006
  25. Nov 27, 2006
  26. Nov 24, 2006
    • Howard Chu's avatar
      Parser rewrite: · 712129fe
      Howard Chu authored
        use liblutil's ldif_read_record instead of read_one_record
        track line numbers across entire LDIF instead of just for a single
      	entry, to allow easier locating of errors. (we can also add the
      	-j jump option later.)
        split Add/Modify parse paths, precompute size of pmods instead of
        	continuously using realloc.
      
      Entry processing is now linear time instead of n^2 with entry size.
      712129fe
Loading