dmose%mozilla.org
|
45d7b50733
|
canonicalize more method names to proper interCaps style. a=r=(not built)
|
2000-06-12 01:42:08 +00:00 |
dmose%mozilla.org
|
2d5860d212
|
preliminary impl of nsILDAPMessageListener; fix nsLDAPConnection::NextAttribute() to not assert when the last attribute is reached; canonicalize names to interCaps style. a=r=(not built)
|
2000-06-12 00:06:08 +00:00 |
dmose%mozilla.org
|
ddc9c32d1d
|
remove unused and misnamed nsILDAPURI.idl; add nsILDAPMessageListener.idl; transform nsILDAPMessage methods to correct interCaps style. a=r=(not built)
|
2000-06-12 00:03:04 +00:00 |
dmose%mozilla.org
|
74f7ba2e81
|
cache the nsILDAPConnection for when we need to call methods (eg GetLdErrno) on it. a=r=(not built)
|
2000-06-11 23:56:39 +00:00 |
dmose%mozilla.org
|
24cf539b1d
|
removed misnamed and unused nsLDAPURI.cpp. a=r=(not built).
|
2000-06-11 23:53:01 +00:00 |
dmose%mozilla.org
|
dab2357bd0
|
explicitly document assumption about the connection attribute; a=r=(not built)
|
2000-06-11 23:50:30 +00:00 |
dmose%mozilla.org
|
d5672f4da4
|
added a thread-related TODO item; a=r=(not built)
|
2000-06-11 23:47:05 +00:00 |
dmose%mozilla.org
|
b3c3a4b5f5
|
Got rid of conditional definition of shouldCache attr. It's gone now. a=r=(not built).
|
2000-06-07 05:46:24 +00:00 |
dmose%mozilla.org
|
a53be4829a
|
add a couple of comments; a=r=(not built)
|
2000-06-06 07:43:21 +00:00 |
dmose%mozilla.org
|
dfa05881c1
|
cause "cvs update" to stop whining about generated Makefiles in non-objdir builds
|
2000-06-06 07:23:21 +00:00 |
dmose%mozilla.org
|
195e9d2e55
|
Updated to track changes to nsIChannel.idl: shouldCache attribute disappeared and was replacd with localFile attribute. Unclear why this happened; this is a workaround so that nsLDAPChannel.cpp continues to compile. a=r=(not built).
|
2000-06-06 06:35:43 +00:00 |
dmose%mozilla.org
|
4ffb4f01eb
|
backing out simple to std URx usage for the moment
|
2000-05-31 00:14:08 +00:00 |
dmose%mozilla.org
|
680e025a86
|
updated several build-related items
|
2000-05-30 22:12:25 +00:00 |
dmose%mozilla.org
|
4da3e9710c
|
updated comment; made thread hang around forever in DEBUG mode to workaround gdb lossage; added forgotten Close for the nsIPipe
|
2000-05-30 22:10:46 +00:00 |
dmose%mozilla.org
|
1abc36f2b9
|
using nsStandardURL instead nsSimpleURL
|
2000-05-30 22:01:16 +00:00 |
dmose%mozilla.org
|
2289563453
|
moved some PR_fprintfs inside of #ifdef DEBUG
|
2000-05-30 21:59:54 +00:00 |
dmose%mozilla.org
|
c273934031
|
More updates.
|
2000-05-18 20:40:49 +00:00 |
dmose%mozilla.org
|
bc83614a8f
|
Updated to reflect the new async reality.
|
2000-05-18 08:51:27 +00:00 |
dmose%mozilla.org
|
484c1e5995
|
More minor updates & reorg.
|
2000-05-18 08:50:50 +00:00 |
dmose%mozilla.org
|
9a3c3edd68
|
Lots of updates; many related to today's checkin of async code.
|
2000-05-18 08:48:07 +00:00 |
dmose%mozilla.org
|
b4a07bb9be
|
channel now runs async on a worker thread
|
2000-05-18 02:37:42 +00:00 |
dmose%mozilla.org
|
daadb1e059
|
initial work to convert nsLDAPOperation, Message, and Connection to implement and use XPCOM interfaces
|
2000-05-17 22:48:50 +00:00 |
dmose%mozilla.org
|
04f021dd02
|
created an nsILDAPConnection interface, and set up nsLDAPConnection to implement it so that we can use XPCOM proxies for cross-thread marshalling, and so we get JS access as well
|
2000-05-13 01:38:38 +00:00 |
dmose%mozilla.org
|
6ef232c731
|
a couple of shutdown related things: added an mThreadRunning member, and made thread PR_JOINABLE
|
2000-05-13 01:36:25 +00:00 |
dmose%mozilla.org
|
3b190b03e7
|
Made the warning at the top of the file less drastic.
|
2000-05-10 04:02:30 +00:00 |
dmose%mozilla.org
|
d580c16137
|
updated a bit
|
2000-05-10 04:01:42 +00:00 |
dmose%mozilla.org
|
f2316a2561
|
Split out and added detail to XPCOMification info.
|
2000-05-10 00:08:26 +00:00 |
dmose%mozilla.org
|
304a56401f
|
Cleaned up a bit. Added some top-priority tasks to the top of the housecleaning section.
|
2000-05-10 00:07:22 +00:00 |
dmose%mozilla.org
|
0517eb6165
|
Added more verbiage about the instability of the code.
|
2000-05-10 00:06:46 +00:00 |
dmose%mozilla.org
|
673a7c6e68
|
Move prototype outside of #ifdef DEBUG so that non-DEBUG builds don't die.
|
2000-05-09 23:41:32 +00:00 |
dmose%mozilla.org
|
b2697ba752
|
LDAP XPCOM components + infrastructure
|
2000-05-09 01:09:11 +00:00 |
miodrag%netscape.com
|
9e29dd5904
|
Disbale unconditional debug statments
|
2000-05-08 20:58:49 +00:00 |
miodrag%netscape.com
|
495601dc8a
|
Updates for LDAPJDK 4.1
|
2000-05-06 19:36:18 +00:00 |
miodrag%netscape.com
|
0c97101041
|
Pass className rather than mechanismName to DynamicInvoker (391585)
|
2000-04-10 17:47:02 +00:00 |
miodrag%netscape.com
|
368de57c5e
|
Just return the raw bytes rather than a string in getCredentials (391585)
|
2000-04-10 17:45:59 +00:00 |
miodrag%netscape.com
|
7bd744f913
|
4.07 main dev tree synch up
|
2000-02-08 02:39:50 +00:00 |
leif%netscape.com
|
76f9f596b3
|
First major cleanup, mostly finished.
|
2000-01-14 22:25:29 +00:00 |
leif%netscape.com
|
a10f950b48
|
*** empty log message ***
|
2000-01-12 06:27:00 +00:00 |
leif%netscape.com
|
f1bc605e80
|
*** empty log message ***
|
2000-01-12 06:15:45 +00:00 |
miodrag%netscape.com
|
34fc3fbf67
|
Updated ldapjdk 4.05
|
1999-11-12 06:34:14 +00:00 |
dmose%mozilla.org
|
2ba786ebec
|
updating license boilerplate
|
1999-11-02 01:46:24 +00:00 |
dmose%mozilla.org
|
b67f52fac6
|
updating license boilerplate in all files; checkin approved by leif@netscape.com
|
1999-10-27 21:02:24 +00:00 |
miodrag%netscape.com
|
2026a15c3e
|
Fixed a bad link
|
1999-09-28 19:58:15 +00:00 |
miodrag%netscape.com
|
b7b54fd456
|
Changed JAVACLASSPATH
|
1999-09-15 20:27:10 +00:00 |
miodrag%netscape.com
|
001277c0f5
|
Version bumped to 4.04 for RTM
|
1999-09-15 20:09:35 +00:00 |
miodrag%netscape.com
|
e8a257d170
|
4.0 RTM main dev tree synch up
|
1999-09-15 18:42:45 +00:00 |
miodrag%netscape.com
|
4dbcfc6350
|
4.0 RTM main dev tree synch up
|
1999-09-15 18:32:21 +00:00 |
miodrag%netscape.com
|
c1f31aefa7
|
4.0 RTM main dev tree synch up
|
1999-09-15 17:03:19 +00:00 |
miodrag%netscape.com
|
6a0bf37c47
|
Removed manifest.mf dependency
|
1999-08-29 21:01:12 +00:00 |
miodrag%netscape.com
|
345e086025
|
Main dev tree synch up
|
1999-08-27 16:09:54 +00:00 |