summaryrefslogtreecommitdiff
path: root/lib/inets
Commit message (Collapse)AuthorAgeFilesLines
* Update all test specsLukas Larsson2011-02-171-1/+1
|
* Fix formatting for inetsLukas Larsson2011-02-1724-327/+304
|
* Add init_per_suite and end_per_suiteLukas Larsson2011-02-174-3/+27
|
* Add ts_install_scb to suite/0Lukas Larsson2011-02-1710-5/+25
|
* Update inets tests to conform with common_test standardLukas Larsson2011-02-1727-621/+564
|
* Update all fin_per_testcase to end_per_testcase.Lukas Larsson2011-02-178-13/+13
|
* Updated test cases to work with ts conversion algorithmLukas Larsson2011-02-1713-51/+51
|
* External include filesMicael Karlberg2010-12-167-25/+83
| | | | | | | | | HTTPD header file install "fixed". That is, the include files in the include dir are installed in the include dir (by the Makefile in the src/inets_app). New wrapper header files (with the same names httpd.hrl and mod_auth.hrl) has been created in the src/http_server dir (which in turn is installed in the src/http_server dir by the Makefile in the src/http_server dir).
* Prepare releaseErlang/OTP2010-12-061-1/+44
|
* Teach inet_test_lib to understand enetunreachPatrik Nyblom2010-12-021-0/+3
|
* Fix format_man_pages so it handles all man sections and remove ↵Lars Thorsen2010-12-011-1/+1
| | | | warnings/errors in man pages
* Merge branch 'bmk/inets/httpc_meybe_retry_queue_terminating/OTP-8906' into devIngela Anderton Andin2010-12-011-48/+55
|\ | | | | | | | | * bmk/inets/httpc_meybe_retry_queue_terminating/OTP-8906: Pipelined requests not handled properly when terminating.
| * Pipelined requests not handled properly when terminating.Micael Karlberg2010-11-102-49/+75
| |
* | Merge branch 'ia/ssl/test-improvments' into devIngela Anderton Andin2010-12-018-43/+96
|\ \
| * \ Merge branch 'bmk/httpc_suite_ipfamily_fix/20101109/OTP-8927' of ↵Ingela Anderton Andin2010-11-302-5/+13
| |\ \ | | | | | | | | | | | | super:bmk_otp into dev
| | * | Replaced error report with debug printout.Micael Karlberg2010-11-302-5/+13
| | | | | | | | | | | | | | | | | | | | Also added some verbosity (dbg) printouts in the transport module (for ip_comm listen).
| * | | Merge branch 'bmk/httpc_suite_ipfamily_fix/20101109/OTP-8927' of ↵Ingela Anderton Andin2010-11-296-38/+83
| |\ \ \ | | |/ / | | | | | | | | super:bmk_otp into dev
| | * | More IPv6 fixing. This time in actual code (in the client).Micael Karlberg2010-11-293-6/+25
| | | |
| | * | Added proper version.Micael Karlberg2010-11-261-1/+1
| | | |
| | * | New behaviour for ipv6 machines.Micael Karlberg2010-11-104-33/+59
| | |/ | | | | | | | | | | | | | | | | | | | | | As the web-server uses the option ipfamily with value, inet6fb4, so should the client. Also some make cleanup (testing for TAR.exclude in data dirs before using). Header in vsn.mk file also missing for some reason!
* | | Merge branch 'ia/inets/url-encoding/OTP-8940' into devIngela Anderton Andin2010-12-0141-202/+298
|\ \ \ | |/ / |/| | | | | | | | | | | * ia/inets/url-encoding/OTP-8940: Changed file error handling to be consistent URL-encoding - add support in client and more usage in server. Also added missing include directory.
| * | Changed file error handling to be consistentIngela Anderton Andin2010-11-301-4/+4
| | | | | | | | | | | | | | | Internal server error is only used for emfile and enfile all other errors are treated as 404 file not found, except 403 eacces.
| * | URL-encoding - add support in client and more usage in server. AlsoIngela Anderton Andin2010-11-2941-198/+294
| |/ | | | | | | added missing include directory.
* | Fix escaped xml character and a missing closing tag in mod_auth.xmlAhmed Omar2010-11-181-1/+2
|/ | | | | | In description of the list_users/2 function, the character < was escaped and a closing tag was missing which resulted in an invalid xml and a wrong formatting.
* Prepare releaseOTP_R14BErlang/OTP2010-09-131-1/+48
|
* Prepare release for inets-5.5 (R14B).Micael Karlberg2010-09-132-64/+5
|
* Remove warnings for clashes with new autoimported BIFsPatrik Nyblom2010-09-101-0/+2
|
* Merge branch 'maint-r13' into devBjörn Gustavsson2010-09-011-19/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint-r13: Remove copyright headers in vsn.mk files Conflicts: lib/appmon/vsn.mk lib/erl_docgen/vsn.mk lib/inets/vsn.mk lib/kernel/vsn.mk lib/reltool/vsn.mk lib/ssl/vsn.mk lib/stdlib/vsn.mk lib/tools/vsn.mk lib/tv/vsn.mk lib/xmerl/vsn.mk
| * Remove copyright headers in vsn.mk filesBjörn Gustavsson2010-09-011-19/+0
| | | | | | | | | | Copyright notices serve no useful purpose in vsn.mk files, and only complicate scripts that automatically update version numbers.
* | Merge branch 'maint-r13' into devBjörn Gustavsson2010-08-258-78/+164
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint-r13: snmp: Patch 1130 inets: Patch 1129 ssh: Patch 1127 ssh: Patch 1126 Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src lib/inets/vsn.mk lib/snmp/vsn.mk lib/ssh/doc/src/notes.xml lib/ssh/src/ssh.appup.src lib/ssh/vsn.mk
| * inets: Patch 1129Micael Karlberg2010-08-2311-135/+287
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OTP-8739 [httpc] If a request times out (not connect timeout), the handler process exited (normal) but neglected to inform the manager process. For this reason, the manager did not clean up the request table, resulting in a memory leak. Also the manager did not create a monitor for the handler, so in an unforseen handler crash, this could also create a memory leak. OTP-8741 The service tftp was spelled wrong in documentation and in some parts of the code. It should be tftp. OTP-8742 [httpc] Replaced the old http client api module (http) with the new, httpc in the users guide.
| * inets: Patch 1122Micael Karlberg2010-08-2011-54/+224
| | | | | | | | | | | | | | | | | | | | | | OTP-8609 [httpc] Made cookie handling more case insensitive. OTP-8610 [httpc|httpd] Some netscape cookie dates are given with a 2-digit year (e.g. 06 = 2006). OTP-8624 [httpd] Added support (again) for the documented debugging features. See the User's Guide Configuration chapter for more info.
| * inets: Patch 1115Micael Karlberg2010-08-206-11/+107
| | | | | | | | | | | | | | | | | | | | | | | | OTP-8542 [httpc] Memory leak plugged. The profile manager never cleaned up in its handler database. This meant that with each new request handler, another entry was created that was never deleted. Eventually the request id counter (used as a key) would wrap, but the machine would most likely run out of memory before that happened. OTP-8607 [httpc] https requests with default port not handled properly. Jebu Ittiachen.
| * inets: Patch 1111Micael Karlberg2010-08-2010-32/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OTP-8508 [httpc] Badly formated error reason for errors occuring during initial connec to a servert. Also, the possible error reasons was not properly documented. OTP-8509 [httpd] Issues with ESI erl_script_timeout. </p> *) The "erl_script_timeout" config option is ducumented as a number of seconds. But when parsing the config, in the new format (not a config file), it was handled as if in number of milliseconds. *) When the erl-script-timeout time was exceeded, the server incorrectly marked the answer as sent, thereby leaving client hanging (with an incomplete answer). This has been changed, so that now the socket will be closed.
* | Remove ticket numbers from all vsn.mk filesBjörn Gustavsson2010-08-181-95/+0
| | | | | | | | | | | | | | | | | | | | Some application's vsn.mk files contained a list of the ticket numbers fixed in each version. Since that information can be obtained from the notes.xml file or from the merge commits in the git repository (provided that the branch name includes the ticket number), there is no reason to manually maintain that information in the vsn.mk files.
* | OTP-7907: [httpc|httpd] - Now allow the use of the "new" ssl.Micael Karlberg2010-06-083-11/+41
| | | | | | | | | | OTP-8564: Update deprecated status. OTP-8573: Inets mod_alias URL rewrite.
* | OTP-7907: Allow the use of the "new" ssl (essl).Micael Karlberg2010-06-0767-1558/+6782
| | | | | | | | | | OTP-8564: Update deeprication status. OTP-8573: Inets mod_alias URL rewrite.
* | OTP-8609: Problems processing netscape cookies - expireMicael Karlberg2010-05-271-0/+31
| | | | | | | | | | OTP-8610: Problem processing netscape cookies - date OTP-8624: Documented debug options not handled
* | OTP-8609: Problems processing netscape cookies - expireMicael Karlberg2010-05-274-20/+30
| | | | | | | | | | OTP-8610: Problem processing netscape cookies - date OTP-8624: Documented debug options not handled
* | OTP-8609: Made cookie handling more case insensitive.Micael Karlberg2010-05-277-46/+175
| | | | | | | | OTP-8610: Some netscape cookie dates are given with a 2-digit year.
* | OTP-8542: HTTP client memory leakMicael Karlberg2010-04-284-4/+17
| | | | | | | | OTP-8607: https default port not handled
* | OTP-8542: Merge from dev-branch.Micael Karlberg2010-04-215-8/+91
| |
* | OTP-8508 & OTP-8509.Micael Karlberg2010-03-198-29/+136
| |
* | Change all incorrect occurrences of it's to itsMatthias Lang2010-03-162-3/+3
|/ | | | | | | | | | | The documentation (*.xml) in the otp tree has a common grammatical problem, "it's" and "its" are often interchanged. That is annoying for some readers. This commit consists entirely of "it's" -> "its" changes. I went through every .xml file in the tree. If there are any remaining bugs of this type, it's because I missed them, not because I didn't look.
* OTP-8016, OTP-8056, OTP-8103, OTP-8106, OTP-8312, OTP-8315, OTP-8327,Micael Karlberg2010-02-131-1/+1
| | | | OTP-8349, OTP-8351, OTP-8352, OTP-8359 & OTP-8371.
* OTP-8431: Fix error handling of httpc_manager and its starter processMicael Karlberg2010-02-136-34/+121
| | | | OTP-8431: jean-sebastien.pedron@dumbbell.fr
* OTP-8016 [httpc] Several more or less critical fixes: * Initial callMicael Karlberg2010-01-194-56/+374
| | | | | | | | | | | | | | between the httpc manager and request handler was synchronous. When the manager starts a new request handler, this is no longer a synchronous operation. Previously, the new request handler made the connection to the server and issuing of the first request (the reason for starting it) in the gen_server init function. If the connection for some reason "took some time", the manager hanged, leaving all other activities by that manager also hanging. As a side-effect of these changes, some modules was also renamed, and a new api module, httpc, has been introduced (the old module, http, is *not* removed, but is now just wrapper for httpc).
* OTP-8016, OTP-8056, OTP-8103, OTP-8106, OTP-8312, OTP-8315, OTP-8327,Micael Karlberg2010-01-196-149/+344
| | | | OTP-8349, OTP-8351, OTP-8352, OTP-8359 & OTP-8371.
* OTP-8016, OTP-8056, OTP-8103, OTP-8106, OTP-8312, OTP-8315, OTP-8327, OTP-8349,Micael Karlberg2010-01-153-14/+13
| | | | OTP-8351, OTP-8359 & OTP-8371.
* OTP-8016, OTP-8056, OTP-8103, OTP-8106, OTP-8312, OTP-8315, OTP-8327, OTP-8349,Micael Karlberg2010-01-143-13/+2
| | | | OTP-8351, OTP-8359 & OTP-8371.