valeski%netscape.com
|
4130b8bf80
|
16485, y2k DOS FTP server date parsing problem (we're now compensating for lacking two digit dos date years
|
1999-11-11 00:28:30 +00:00 |
|
sspitzer%netscape.com
|
55a14aa16e
|
ignore generated Makefiles
|
1999-11-11 00:08:20 +00:00 |
|
morse%netscape.com
|
8b606c4d99
|
fix bug 65552, integrating ftp authentication with single signon, r=valeski
|
1999-11-10 03:39:33 +00:00 |
|
sspitzer%netscape.com
|
2f06de9705
|
fix warnings. r=valeski.
|
1999-11-10 00:10:59 +00:00 |
|
cls%seawood.org
|
dcb3aa39d9
|
Replaced NO_SECURITY ifdef with MOZ_SECURITY one. This causes pref_VerifyLockFile to always return PR_TRUE rather than linking against the dummy secfree library. This replacement also removed the last dependency upon that dummy library so it will no longer be built (next patch).
|
1999-11-09 23:13:53 +00:00 |
|
valeski%netscape.com
|
e70792af1e
|
18134, a=chofmann,r=andreas. Resolve() was not handling ../../ cases in relative URI specs. Now it is. We call ReplaceDotMess() on the path portion _only_.
|
1999-11-09 21:31:43 +00:00 |
|
scc%netscape.com
|
5d8c1c00fe
|
was using private |#defines| (in spite of the warning) from "nsCOMPtr.h" that happened to go away with this checkin. Should have been using |NS_STATIC_CAST| from "nscore.h". r={danm, hyatt}
|
1999-11-08 11:43:09 +00:00 |
|
warren%netscape.com
|
8fe0bb36a6
|
Got Gayatri's JAR protocol working. (not in build yet)
|
1999-11-07 21:55:12 +00:00 |
|
dmose%mozilla.org
|
5312eacf8c
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
|
rpotts%netscape.com
|
7d63cbc945
|
bug #7428. Added support for connection timeout. Now if a connection cannot be made within 35 seconds, the transport times out.
|
1999-11-06 01:32:34 +00:00 |
|
fur%netscape.com
|
28ad514473
|
Checkpoint
|
1999-11-05 21:58:37 +00:00 |
|
rpotts%netscape.com
|
ee19ba5eca
|
bug #17500 (r=warren). Added code to fire an OnStopNotification to the parent load group if an active group is canceled.
|
1999-11-05 20:51:11 +00:00 |
|
valeski%netscape.com
|
14e25a91af
|
10736, r=andreas.otte@primus-online.de. Actually I'm more like the reviewer here. Andreas submitted this optimization to MakeAbsolute (it uses minimal memory routines and minimal parsing. this means performance increase by a factor of 10 for this method). I'm checking it in for him.
|
1999-11-04 20:31:36 +00:00 |
|
gagan%netscape.com
|
c80556169a
|
Last of the leftover files... that didn't include the API change.
|
1999-11-03 09:33:03 +00:00 |
|
gagan%netscape.com
|
deb5334e6c
|
Removed an extra free that cvs merge put in!
|
1999-11-03 08:21:37 +00:00 |
|
gagan%netscape.com
|
70a39da830
|
Argh... speed kills. Removed this conflict that I accidently checked in.
|
1999-11-03 08:19:54 +00:00 |
|
gagan%netscape.com
|
ed922a4f57
|
Fixes 11708,15477 and partial 14610. r=warren. We now pass a print host for displaying in status messages that is different than the hostname connecting to. Also added Keep-Alive support (turned on by user_pref("network.http.keep-alive",1))We also honor the "network.proxy.type" preference to turn the proxy use on and off.
|
1999-11-03 08:17:59 +00:00 |
|
gagan%netscape.com
|
36231763c1
|
Fixes 11708,15477 and partial 14610. r=warren. We now pass a print host for displaying in status messages that is different than the hostname connecting to. Also added Keep-Alive support (turned on by user_pref("network.http.keep-alive",1))
|
1999-11-03 08:14:38 +00:00 |
|
gagan%netscape.com
|
d0215584ef
|
*** empty log message ***
|
1999-11-03 08:12:18 +00:00 |
|
gagan%netscape.com
|
ec4f880416
|
Added printHost parameter for use in status messages in cases where printHost is different than the connecting host (as in the case of proxies) Fixes bug 11708. r=warren.
|
1999-11-03 08:11:39 +00:00 |
|
davidm%netscape.com
|
533c933f45
|
6552 Browser-generated forms not triggering single-signon
switch to use nsINetPrompt so that single sign lives again
r morse
|
1999-11-03 05:24:01 +00:00 |
|
davidm%netscape.com
|
62deeea345
|
6552 Browser-generated forms not triggering single-signon
add nsINetPrompt for single sign on
r morse
|
1999-11-03 05:21:49 +00:00 |
|
davidm%netscape.com
|
d79c14b388
|
First Checked In.
|
1999-11-03 05:19:39 +00:00 |
|
warren%netscape.com
|
d3b9c9c3cc
|
Structural changes for MakeAbsolute performance. bug#10736 r=valeski
|
1999-11-03 05:13:44 +00:00 |
|
warren%netscape.com
|
424eae7fa3
|
Made nsIInputStreamChannel scriptable and constructable from component manager. bug#15294
|
1999-11-03 05:09:20 +00:00 |
|
warren%netscape.com
|
cfa80dbbe7
|
Fixed more bustage from gordon's checking -- missing vtable symbols for nsDNSRequest's (unused) nsIRequest interface.
|
1999-11-03 04:57:34 +00:00 |
|
gagan%netscape.com
|
d4b03d1a83
|
Added file. Not in the build. Some utility code for color console messages on Unix. Using this is simple- Declare PRINTF_FOO in the scope of your printf statements where FOO is one of the colors in (YELLOW, RED, CYAN, BLUE, MAGENTA, GREEN) and any printfs in that scope will print in color. You may also start and stop colors by using STARTF00 and ENDCOLOR. So you can try something like printf(STARTRED "Red " STARTBLUE "Blue" ENDCOLOR);
|
1999-11-03 03:43:13 +00:00 |
|
gordon%netscape.com
|
dce74fed98
|
Fix more of my bustage: pass clientContext parameter back on callbacks from nsDNSService::Lookup(). r=warren.
|
1999-11-03 02:42:52 +00:00 |
|
warren%netscape.com
|
b385f6f36f
|
Fixed Gordon's wackage.
|
1999-11-03 02:18:00 +00:00 |
|
gordon%netscape.com
|
67c770c6b8
|
Basic Mac implementation of async DNS. r=warren, patrick; part of bug:10731.
|
1999-11-03 01:24:51 +00:00 |
|
cls%seawood.org
|
bee74e223b
|
Removed unused NECKO ifdefs.
a=leaf
|
1999-11-02 23:34:03 +00:00 |
|
valeski%netscape.com
|
9f26a5bfba
|
r=cyeh, forcing PR_LOGGING for ftp in release builds
|
1999-11-02 23:24:06 +00:00 |
|
rpotts%netscape.com
|
4667ff7441
|
bug #3469 (r=warren). Fixing nsLoadGroup::Cancel() to call cancel on all active transports and subgroups...
|
1999-11-02 08:00:07 +00:00 |
|
warren%netscape.com
|
9aeb8f663b
|
Made nsHTTPEncodeStream seekable (for reposting form data). Bug #17685. r=waterson
|
1999-11-02 07:43:37 +00:00 |
|
warren%netscape.com
|
332749d6fa
|
Made nsIUnicharStreamLoader be scriptable and deal with an xpcom observer instead of a proc pointer and void*. Part of bug#11159. r=nisheeth,kipp,pierre
|
1999-11-02 06:49:44 +00:00 |
|
warren%netscape.com
|
29db97eb7f
|
Removed dependence on neckoutil functions. Part of bug#11159. Not in the build yet.
|
1999-11-02 05:31:56 +00:00 |
|
valeski%netscape.com
|
f0edbb0a62
|
11869, r=warren. passing the http spec all the way into http rather than passing a simple uri into the service newChannel().
|
1999-11-02 05:05:44 +00:00 |
|
valeski%netscape.com
|
b7021722f9
|
16910, r=mcafee. FTP now uses thread pools. it also provides some status to the webshell. and it no longer uses the server's defualt path.
|
1999-11-02 04:04:23 +00:00 |
|
valeski%netscape.com
|
eab20fe1b3
|
11869, r=mcafee. adding keyword protocol handler to the build. mac still needs to be hooked up.
|
1999-11-02 04:01:35 +00:00 |
|
mcafee%netscape.com
|
6a583bd16a
|
NECKO=1 is on by default now. this was removed from the Makefile name-space this past weekend and needs to be removed here. Adding necko directories by default, removing netwerk/makefiles. Adding netwerk/protocols/keyword/Makefiles for valeski. r=slamm.
|
1999-11-02 01:54:54 +00:00 |
|
dp%netscape.com
|
3c76a86c02
|
Changing use of NS_WITH_SERVICE() as GetService() to GetService(). r=warren
|
1999-11-02 01:40:46 +00:00 |
|
dp%netscape.com
|
b881f6543b
|
Changing misuse of NS_WITH_SERVICE() to GetService(). r=warren
|
1999-11-02 01:40:14 +00:00 |
|
valeski%netscape.com
|
963d87f8da
|
not in build. updating keyword protocol handler to use new api.
|
1999-11-01 23:33:05 +00:00 |
|
dp%netscape.com
|
45efd8fe95
|
Removing extra release happening on a service. NS_WITH_SERVICE() will
take care of this release.
|
1999-11-01 21:57:14 +00:00 |
|
mscott%netscape.com
|
2b8c759d6e
|
Don't build new uri idl interfaces in netwerk.
they've been moved to uriloader.
|
1999-11-01 21:49:55 +00:00 |
|
mscott%netscape.com
|
e31bab7aae
|
remove these uri dispatching interfaces from netwerk.
they live in uriloader now.
|
1999-11-01 21:47:26 +00:00 |
|
mscott%netscape.com
|
542a5aef6c
|
none of these interfaces were being used yet.
they've been moved into mozilla\uriloader.
|
1999-11-01 21:45:29 +00:00 |
|
tbogard%aol.net
|
10ded258a5
|
Changed NS_ENSURE_NOT to NS_ENSURE_FALSE to reflect API change. r=hyatt
|
1999-11-01 21:43:56 +00:00 |
|
warren%netscape.com
|
501fc9ffdf
|
Eliminating netwerk/util
|
1999-11-01 20:48:12 +00:00 |
|
rpotts%netscape.com
|
849b3d2a71
|
bug #16418 (r=warren,gagan). When redirecting a URL only copy the Ref to the new URL (not the Param and Query).
|
1999-11-01 06:00:55 +00:00 |
|