valeski%netscape.com
8f04daf396
fixed crasher. whoever did the mass removal of nspr20 #defines removed a necessary routine.
1998-09-29 23:36:58 +00:00
valeski%netscape.com
df72b6c60c
removed NET_HostName() routine to cut down on size.
1998-09-29 22:52:46 +00:00
valeski%netscape.com
e1ea248022
Added get/set methods to nsINetService interface for http request version manipulation. You can specify whether or not you want 1.1 or 1.0.
1998-09-29 22:43:32 +00:00
valeski%netscape.com
395b172fad
initializing line_buffer in build_http_request. added ability to set different http request versions and some optimizations.
1998-09-29 22:40:53 +00:00
gagan%netscape.com
6fe3be08f0
NuCache wasn't building on Unix. Fixed.
1998-09-29 22:36:06 +00:00
gagan%netscape.com
b8295994bd
Wrong version went in. Correcting.
1998-09-29 21:30:00 +00:00
gagan%netscape.com
1b2202fade
Inlined pref accessor/modifiers.
1998-09-29 21:18:53 +00:00
cyeh%netscape.com
69402f3d88
this file isn't used anymore and is very obsolete
1998-09-29 21:13:14 +00:00
cyeh%netscape.com
e1f5036fd7
Remove old NSPR20 and MOCHA #ifdefs
1998-09-29 21:12:32 +00:00
cyeh%netscape.com
f22017eec7
Remove old NSPR20 #ifdefs
1998-09-29 21:02:23 +00:00
valeski%netscape.com
9389ae8e5d
we're now respecting the "Proxy-Connection: close" header. we used to ignore it and eventually discover that the connection had closed. Now we close it when asked to by the proxy.
1998-09-29 20:50:20 +00:00
pinkerton%netscape.com
7c640d6f80
Updated projects for Pro4. Turned off mod-date caching for depend builds. Using InterfacesStubs wrapper where appropriate for Carbon.
1998-09-29 17:11:00 +00:00
valeski%netscape.com
94f39f30df
Raptor only. Fix crasher.
1998-09-28 20:47:49 +00:00
gagan%netscape.com
a1d6318713
Prefs changes.
1998-09-28 20:42:58 +00:00
gagan%netscape.com
d2b35dc2fd
Assertion added.
1998-09-28 20:34:28 +00:00
gagan%netscape.com
20f293ccaa
Cache Prefs changes. All cache prefs are now read directly by NuCache.
1998-09-28 20:32:40 +00:00
gagan%netscape.com
4aa53cc5f7
Prefs changes. All cache preferences are now read directly by NuCache.
1998-09-28 20:30:54 +00:00
morse%netscape.com
25940c1113
fix bug 325820
1998-09-26 21:46:15 +00:00
rpotts%netscape.com
6270225eaf
Fix build bustage of MODULAR_NETLIB...
1998-09-25 23:08:21 +00:00
rpotts%netscape.com
94db3871fe
Added reference counting to modular netlib Contexts...
1998-09-25 22:24:32 +00:00
rpotts%netscape.com
77a8f2e17a
Added a proxy routine for net_CallexitRoutine(...) so it would be called on the correct thread at the proper time...
1998-09-25 22:24:09 +00:00
rpotts%netscape.com
0ffc658c65
moved the define of NETLIB_THREAD out into config/config.mak
1998-09-25 22:22:32 +00:00
rpotts%netscape.com
dcf1e5fda2
changed the call to net_CallExitRoutine to net_CallExitRoutineProxy() so that if netlib is running in its own thread, the call can be dispatched to the correct thread... IF netlib is running in the mozilla thread, net_CallExitRoutine(...) is called directly.
1998-09-25 22:21:50 +00:00
mlm%netscape.com
72900d7998
Branch landing: Multithreading libmocha in mozilla.
...
- Add context parameter to LM_LockJS and friends.
1998-09-25 22:12:33 +00:00
mlm%netscape.com
71c0ede983
Branch landing: Multithreading libmocha in mozilla.
...
- Move jscookie.h to include directory.
- Add JS_BeginRequest and JS_EndRequest for thread safety.
1998-09-25 22:11:47 +00:00
mlm%netscape.com
31c6026df6
Branch landing: Multithreading in mozilla.
...
- Move JSCF_Execute to the mocha thread.
- Add JS_BeginRequest and JS_EndRequest for thread safety.
1998-09-25 22:10:49 +00:00
saari%netscape.com
0879f85bb3
MacOS only
Modifications to StringLib. It now functions like the Unix version where we have all of the strings in a giant case statement instead of in resources.
This is necessary for moving to Pro4 and reducing the number of resources in the Mac Navigator.
1998-09-25 14:45:53 +00:00
akkana%netscape.com
1d2cdca4b7
Remove rosetta references from mail compose code
1998-09-24 21:46:32 +00:00
valeski%netscape.com
32d48c575b
NGLayout only. Setting the default dirs for NS_NET_FILE to be rooted in the current working directory rather than hardcoded.
1998-09-23 23:29:25 +00:00
gagan%netscape.com
00b92ed9af
Using NET_IsURLInCache instead of NET_IsURLInDiskCache and NET_IsURLInMemCache.
1998-09-23 06:06:18 +00:00
gagan%netscape.com
98077f46c3
Added NET_IsURLInCache function.
1998-09-23 06:03:45 +00:00
gagan%netscape.com
98a842e382
Correct check for memory objects.
1998-09-23 06:03:27 +00:00
gagan%netscape.com
2caac3cc76
Added NET_IsURLInCache function. This replaces most cases of NET_IsURLInMemCache || NET_IsURLInDiskCache.
1998-09-23 06:03:03 +00:00
gagan%netscape.com
38e28cb4df
Misc. changes.
1998-09-23 06:01:07 +00:00
gagan%netscape.com
f070ffbe6b
Removed m_Flag, replaced with state variable.
1998-09-23 06:00:45 +00:00
gagan%netscape.com
fd12fe1bde
Disk access for streams to file.
1998-09-23 06:00:13 +00:00
gagan%netscape.com
886d33dab9
Cache Object's state functions.
1998-09-23 05:59:04 +00:00
gagan%netscape.com
d5ca21e2df
PRFileDesc instead of XP_file*.
1998-09-23 05:58:03 +00:00
gagan%netscape.com
bf4df60363
Added State accessor functions.
1998-09-23 05:57:06 +00:00
valeski%netscape.com
97161ec776
added mkprefs.h to the makefile.in file.
1998-09-23 03:03:21 +00:00
cls%seawood.org
3d201b1124
Sync'd Makefile.ins
1998-09-22 23:01:29 +00:00
valeski%netscape.com
ce1e358bfb
mozilla - added mkprefs.h to the builds and replaced "*" pref strings with #defines.
...
nglayout - added get & set methods for http proxies to nsINetService.
1998-09-22 22:41:27 +00:00
wtc%netscape.com
3b8cb781fb
NO_NSPR_PRIVATE_HEADER_BRANCH landing. Removed the inclusions of
...
private NSPR headers (prosdep.h and primpl.h) from the Mozilla source.
The part of prosdep.h that is actually needed by Mozilla was extracted
and put in the new file mozilla/include/xp_path.h.
1998-09-22 16:59:57 +00:00
rpotts%netscape.com
b4e228cb3e
Initialize Async DNS during the rest of the netlib initialization. This will take place on the netlib thread (where appropriate...)
1998-09-22 07:03:54 +00:00
rpotts%netscape.com
1894646176
Move DNS initialization out to when Netlib is initialized. This ensures that the initialization takes place on the Netlib Thread.
1998-09-22 07:02:20 +00:00
raman%netscape.com
7062a96314
Create autoupdt directory if it doesn't exist
1998-09-22 04:15:00 +00:00
cls%seawood.org
d0aa3e2bd1
Sync'd Makefile.ins with corresponding Makefiles. Fixed problems with autoconf build. Thanks to Christopher Blizzard <blizzard@appliedtheory.com> and Tom Rini <trini@kernel.crashing.org>.
1998-09-22 03:47:27 +00:00
rpotts%netscape.com
36d5b8244f
Fixes for platforms where NETLIB_THREAD is not defined... only create proxies if NETLIB_THREAD is defined
1998-09-21 23:58:55 +00:00
pierre%netscape.com
df28c5e87d
fixed raptor build: added nsNetThread.cpp to the 'modular' targets
1998-09-21 23:45:52 +00:00
rpotts%netscape.com
7168deeca3
Moved the code to mangle resource: URLs into file: URLs out of the Url::Open(...) method and into the NetServiceManager...
1998-09-21 18:15:26 +00:00