summaryrefslogtreecommitdiff
path: root/lib/cosFileTransfer
Commit message (Collapse)AuthorAgeFilesLines
* Prepare releaseOTP_R16B01Erlang/OTP2013-06-172-2/+17
|
* Remove unused Postscript filesHans Bolinder2013-04-081-17741/+0
|
* Update copyright yearsBjörn-Egil Dahlberg2013-02-221-1/+1
|
* Prepare releaseOTP_R16A_RELEASE_CANDIDATEErlang/OTP2013-01-292-2/+17
|
* Update copyright yearsBjörn-Egil Dahlberg2013-01-251-1/+1
|
* Implement ./otp_build configure --enable-silent-rulesAnthony Ramine2013-01-151-5/+5
| | | | | | With silent rules, the output of make is less verbose and compilation warnings are easier to spot. Silent rules are disabled by default and can be disabled or enabled at will by make V=0 and make V=1.
* Merge branch 'maint'Björn-Egil Dahlberg2012-08-313-3/+3
|\ | | | | | | | | | | Conflicts: lib/diameter/autoconf/vxworks/sed.general xcomp/README.md
| * Update copyright yearsBjörn-Egil Dahlberg2012-08-313-3/+3
| |
* | cosFileTransfer: Remove VxWorksBjörn-Egil Dahlberg2012-07-191-34/+9
|/
* Update to work with whitespace in exec pathLukas Larsson2012-06-053-18/+18
| | | | | OTP-10106 OTP-10107
* Prepare releaseErlang/OTP2011-12-122-2/+20
|
* Update copyright yearsBjörn-Egil Dahlberg2011-12-092-2/+2
|
* fileTransferSUITE: Cope with missing/broken crypto applicationBjörn Gustavsson2011-12-021-3/+12
|
* Revert "Update version numbers for pre-release of R15"Björn-Egil Dahlberg2011-11-221-1/+1
| | | | This reverts commit e21ff9b0b69219ab3853be7e80813156113152b7.
* Update version numbers for pre-release of R15OTP_R15ABjörn Gustavsson2011-11-221-1/+1
|
* Remove unused */doc/src/make.dep filesBjörn Gustavsson2011-10-271-30/+0
| | | | | These dependency files was once used when building the documentation, but are no longer needed.
* doc Makefiles: Eliminate DOCSUPPORT ifdefsBjörn Gustavsson2011-10-271-87/+0
| | | | | | Some applications still have support for an ancient documentation build system. Eliminate the DOCSUPPORT define in otp.mk.in and the not taken arm of the ifdefs in the Makefiles.
* corba applications: Fix broken 'make clean'Lars Thorsen2011-10-121-1/+1
| | | | | The IDL-GENERATED files must be removed too; otherwise the target files will not be made the next time 'make' is invoked.
* Merge branch 'dev' into majorBjörn-Egil Dahlberg2011-10-042-2/+16
|\
| * Prepare releaseOTP_R14B04Erlang/OTP2011-10-042-2/+16
| |
* | Merge branch 'dev' into majorBjörn-Egil Dahlberg2011-09-291-1/+1
|\ \ | |/ | | | | | | * dev: Update copyright years
| * Update copyright yearsBjörn-Egil Dahlberg2011-09-291-1/+1
| |
* | Merge branch 'dev' into majorHans Bolinder2011-09-271-2/+2
|\ \ | |/ | | | | | | | | * dev: Improve the generation of man pages Correct XML files
| * Correct XML filesHans Bolinder2011-09-261-2/+2
| |
* | Merge branch 'dev' into majorHenrik Nord2011-09-201-1/+1
|\ \ | |/ | | | | | | | | Conflicts: erts/aclocal.m4 erts/include/internal/ethread_header_config.h.in
| * Fix misspelling of successfulTuncer Ayaz2011-09-151-1/+1
| |
* | cos*/src/Makefile: Support parallel makeBjörn Gustavsson2011-08-081-1/+6
|/
* Merge branch 'nick/Cos-Apps/remove_shy_in_doc/OTP-9319' into devNiclas Eklund2011-05-207-15/+27
|\ | | | | | | | | * nick/Cos-Apps/remove_shy_in_doc/OTP-9319: OTP-9319 Removed superfluous usage of shy in the documentation since it can cause problem if a buggy tool is used.
| * OTP-9319Niclas Eklund2011-05-187-15/+27
| | | | | | | | Removed superfluous usage of shy in the documentation since it can cause problem if a buggy tool is used.
* | Merge branch 'hw/call-chmod-without-f' into devHenrik Nord2011-03-301-1/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hw/call-chmod-without-f: Call chmod without the "-f" flag Conflicts: erts/emulator/test/Makefile lib/asn1/test/Makefile lib/crypto/test/Makefile lib/debugger/test/Makefile lib/docbuilder/test/Makefile lib/edoc/test/Makefile lib/erl_interface/test/Makefile lib/inviso/test/Makefile lib/parsetools/test/Makefile lib/percept/test/Makefile lib/ssl/test/Makefile lib/syntax_tools/test/Makefile lib/test_server/test/Makefile lib/tools/test/Makefile OTP-9170
| * Call chmod without the "-f" flagHolger Weiß2010-11-151-1/+1
| | | | | | | | | | | | "-f" is a non-standard chmod option which at least SGI IRIX and HP UX do not support. As the only effect of the "-f" flag is to suppress warning messages, it can be safely omitted.
* | Update copyright yearsBjörn-Egil Dahlberg2011-03-115-5/+5
| |
* | Rename Suite Callback to Common Test HookLukas Larsson2011-02-171-1/+1
| |
* | Update init_per_suite to skip all tests if crypto does not existLukas Larsson2011-02-171-27/+32
| |
* | Update and add cover spec files to work with common_testLukas Larsson2011-02-172-1/+4
| |
* | Update all test specsLukas Larsson2011-02-171-1/+1
| |
* | Fix formatting for cosFileTransferLukas Larsson2011-02-171-6/+4
| |
* | Add ts_install_scb to suite/0Lukas Larsson2011-02-171-1/+3
| |
* | Update cosFileTransfer tests to conform with common_test standardLukas Larsson2011-02-171-16/+29
|/
* Merge branch 'maint-r13' into maint-r14Björn Gustavsson2010-10-143-0/+1087
|\ | | | | | | | | * maint-r13: Add test suite for cosFileTransfer
| * Add test suite for cosFileTransferNiclas Eklund2010-10-143-0/+1087
| |
* | Remove ticket numbers from all vsn.mk filesBjörn Gustavsson2010-08-181-15/+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.
* Remove old SSL dependencyNiclas Eklund2010-01-142-4/+17
|
* Updated version and release noteNiclas Eklund2009-12-232-2/+18
|
* Fixed missing eix fileNiclas Eklund2009-12-211-0/+3
|
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-2051-0/+23132