summaryrefslogtreecommitdiff
path: root/lib/inets/examples
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2023-04-112-2/+2
|
* ssl: Correct example in PR 7079Ingela Anderton Andin2023-04-054-64/+9
|
* Change apache-like config files to erlang proplist fileanupamasingh102023-03-304-458/+398
|
* Update copyright yearErlang/OTP2022-09-202-2/+2
|
* inets: fix dialyzer warnings for inets/httd examplesJakub Witczak2022-07-122-2/+2
| | | | | - fix dialyzer warnings in inets/httpd examples folder - fix related typespec in ssh_sftp module
* Update copyright yearErlang/OTP2022-02-154-4/+4
|
* otp: Fix `make TYPE=$TYPE` to work for all typesLukas Larsson2022-01-212-3/+3
|
* Fix typos in lib/inetsKian-Meng, Ang2021-12-235-12/+12
|
* Update copyright yearRickard Green2021-12-133-3/+3
|
* inets: Remove legacy call to random moduleIngela Anderton Andin2019-11-271-7/+1
|
* inets: Remove legacy codeIngela Anderton Andin2019-11-261-15/+1
| | | | Use module rand instead of random
* Fix some missed comments about rshSiri Hansen2019-02-221-1/+1
|
* Use ssh as the default remote shellRichard Carlsson2018-11-261-6/+5
|
* Merge branch 'henrik/update-copyrightyear'Henrik Nord2016-04-1313-13/+13
|\ | | | | | | | | * henrik/update-copyrightyear: update copyright-year
| * update copyright-yearHenrik Nord2016-03-1513-13/+13
| |
* | Remove references to old modulesNathaniel Waisbrot2016-03-174-4/+4
|/ | | | | mod_include was already gone in 18, and webtool is out in 19, but some references remained in example config files.
* Change license text to APLv2Bruce Yinhe2015-06-1814-130/+144
|
* inets: Add new module inets_time_compat with new time APIErland Schönbeck2015-03-241-10/+4
| | | | The new module is backwards compatible.
* Merge branch 'rickard/time_api/OTP-11997'Rickard Green2015-03-201-2/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rickard/time_api/OTP-11997: (22 commits) Update primary bootstrap inets: Suppress deprecated warning on erlang:now/0 inets: Cleanup of multiple copies of functions Add inets_lib with common functions used by multiple modules inets: Update comments Suppress deprecated warning on erlang:now/0 Use new time API and be back-compatible in inets Remove unused functions and removed redundant test asn1 test SUITE: Eliminate use of now/0 Disable deprecated warning on erlang:now/0 in diameter_lib Use new time API and be back-compatible in ssh Replace all calls to now/0 in CT with new time API functions test_server: Replace usage of erlang:now() with usage of new API Replace usage of erlang:now() with usage of new API Replace usage of erlang:now() with usage of new API Replace usage of erlang:now() with usage of new API Replace usage of erlang:now() with usage of new API otp_SUITE: Warn for calls to erlang:now/0 Replace usage of erlang:now() with usage of new API Multiple timer wheels Erlang based BIF timer implementation for scalability Implement ethread events with timeout ... Conflicts: bootstrap/bin/start.boot bootstrap/bin/start_clean.boot bootstrap/lib/compiler/ebin/beam_asm.beam bootstrap/lib/compiler/ebin/compile.beam bootstrap/lib/kernel/ebin/auth.beam bootstrap/lib/kernel/ebin/dist_util.beam bootstrap/lib/kernel/ebin/global.beam bootstrap/lib/kernel/ebin/hipe_unified_loader.beam bootstrap/lib/kernel/ebin/inet_db.beam bootstrap/lib/kernel/ebin/inet_dns.beam bootstrap/lib/kernel/ebin/inet_res.beam bootstrap/lib/kernel/ebin/os.beam bootstrap/lib/kernel/ebin/pg2.beam bootstrap/lib/stdlib/ebin/dets.beam bootstrap/lib/stdlib/ebin/dets_utils.beam bootstrap/lib/stdlib/ebin/erl_tar.beam bootstrap/lib/stdlib/ebin/escript.beam bootstrap/lib/stdlib/ebin/file_sorter.beam bootstrap/lib/stdlib/ebin/otp_internal.beam bootstrap/lib/stdlib/ebin/qlc.beam bootstrap/lib/stdlib/ebin/random.beam bootstrap/lib/stdlib/ebin/supervisor.beam bootstrap/lib/stdlib/ebin/timer.beam erts/aclocal.m4 erts/emulator/beam/bif.c erts/emulator/beam/erl_bif_info.c erts/emulator/beam/erl_db_hash.c erts/emulator/beam/erl_init.c erts/emulator/beam/erl_process.h erts/emulator/beam/erl_thr_progress.c erts/emulator/beam/utils.c erts/emulator/sys/unix/sys.c erts/preloaded/ebin/erlang.beam erts/preloaded/ebin/erts_internal.beam erts/preloaded/ebin/init.beam erts/preloaded/src/erts_internal.erl lib/common_test/test/ct_hooks_SUITE_data/cth/tests/empty_cth.erl lib/diameter/src/base/diameter_lib.erl lib/kernel/src/os.erl lib/ssh/test/ssh_basic_SUITE.erl system/doc/efficiency_guide/advanced.xml
| * inets: Update commentsErland Schönbeck2015-03-201-1/+1
| |
| * Suppress deprecated warning on erlang:now/0Erland Schönbeck2015-03-201-0/+1
| |
| * Use new time API and be back-compatible in inetsErland Schönbeck2015-03-201-2/+10
| | | | | | | | Remove unused functions and removed redundant test
* | lib/inets: fix typo in httpd_load_test example0xAX2015-01-241-1/+1
|/
* Update copyright yearsBjörn-Egil Dahlberg2012-08-312-2/+2
|
* Update to work with whitespace in exec pathLukas Larsson2012-06-052-24/+24
| | | | | OTP-10106 OTP-10107
* OTP-7907: Allow the use of the "new" ssl (essl).Micael Karlberg2010-06-0717-184/+3113
| | | | | OTP-8564: Update deeprication status. OTP-8573: Inets mod_alias URL rewrite.
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-20125-0/+1750