-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathchangelog.txt
executable file
·187 lines (167 loc) · 8.12 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
[Version 4.4-experimental]
- Added multithreading code. Should improve performance at a cost of stability.
[Version 4.3 - March 31, 2017]
- Fixed console hardlock when shutting down while a client is connected.
- Fixed various memory leaks.
- Significantly improved performance of multiple simultaneous transfers.
- Significantly improved performance of directory searching and listing.
- Improved general server performance and stability through code optimizations.
[Version 4.2b - March 26, 2017]
- Removed developer FTP command interface, for now.
- Implemented NTFS support, with auto-mounting code.
- Various network code optimizations.
[Version 4.2a - March 5, 2017]
- Rebased standalone app server code to sprx plugin server code.
* OpenPS3FTP standalone and sprx now share the same server code.
- Removed build for CellPS3FTP.
- Fixed various crashes that existed in version 4.2
[Version 4.2 - February 13, 2017]
- Reverted removal of APPE command.
- Added some additional standard FTP commands.
- Rewrote server engine to be able to compile on Linux, CELL, and PSL1GHT.
* This makes for easier debugging, so this release should be expected to
perform much better (and hopefully bug-free) than earlier versions.
* With the new codebase, developers can now easily add their own commands
without having to worry about affecting the server engine. The command
system is now designed to be "plugin-based".
- Removed asynchronous IO. No real benefits were found after thorough testing.
- Vastly improved stability of multiple connections.
* 10 simultaneous connections in FileZilla is tested to be stable!
- Fixed a bad bug in 4.1 causing connections to drop when downloading files.
[Version 4.1 - February 4, 2017]
- Removed support for APPE command.
- Implemented a new simple UI.
- Source can now be compiled as a PSL1GHT static library.
- Source can now be compiled as a CELLSDK static library.
- Implemented asynchronous IO writing. May improve stability in some cases.
* By default, this is disabled. You can toggle this using the command "AIO".
- Implemented internal IO caching. May improve performance in some cases.
- Improved single-file transfer performance compared to previous versions.
- Slightly improved transfer performance when using multiple connections.
- Implemented additional error checking to prevent potential crashes.
- Fixed most if not all instances of "completed" stuck file transfers.
- Fixed a long-standing bug that caused the network stack to crash when
performing a large number of data operations in a short amount of time.
* This bug apparently exists on all current FTP homebrew servers.
[Version 4.0b - January 22, 2017]
- Implemented libsysfs and experimental async IO writing support
- Fixed QUIT not implemented
[Version 4.0a - January 22, 2017]
- Improved memory handling
- Fixed a potential memory leak when connecting/disconnecting
[Version 4.0 - January 22, 2017]
- Full and proper rewrite with C++.
- Attempts to mount dev_blind on launch, and unmount it upon exiting the app.
[Version 3.0 - September 6, 2013]
- Total rewrite of the whole server structure and interface
- Server packets now processed round robin, rather than FIFO
- Optimized network code to avoid retransmissions
- Interface now uses PS3 internal fonts and should be more dynamic
- dev_blind functionality integrated, can be activated by pressing SELECT
- Server now single-threaded, as a result better IO stability
- Performance should now be at full potential of the hardware
- Source code available on Beerware license, see README.txt for more info
- Removed login detail requirement - you can login with any combination
- Added Remote Play flag for PS Vita (untested)
- Added in-game background music support (untested)
- Now includes DEX (unsigned) build
- Now includes REX (new-keyrev) build
[Version 2.3 - May 29, 2011]
- Fixed some minor issues in the client code
- Socket handling improvements
- Fixed an epic fail in the client code
- Perfected the UNIX-style LIST output
- Improved passive mode function
- Added an experimental queue system to prevent some io crashes
- Stability improvements
[Version 2.2 - May 10, 2011]
- Added more compatibility for older FTP clients
- Rewrote code for PSL1GHT v2
- Changed UI to a simple message box (was lazy)
- More RFC compliance
- Improved overall connection handling
- Fixed a bunch of minor file transfer problems
[Version 2.1.1 - April 3, 2011]
- More optimizations (improved response times)
- Reverted LIST format to support old clients
- Squished some bugs
[Version 2.1 - April 2, 2011]
- Code optimizations
- Some caching improvements (better response time)
- File transfer code rewritten
- More RFC compliance
- Added more FTP commands
- Changed LIST output format to EPLF
[Version 2.0 - March 23, 2011]
- Changed ICON0.PNG
- Moved to a different XMB category (now under Network)
- Fixed another possible memory leak
- Added "dev_dragon" to mount detection and warning list
- Changed LIST command output format (again)
- Added new algorithms and methods
- Should support Remote Play (untested)
- Added a better way to get the IP (no internet required anymore - thanks andoma)
- Added /app_home and /host_root to listing exceptions as they cause problems
- Now uses Hermes' sysfs sprx link instead of lv2 syscalls
- Tweaks made to improve internal performance, stability, and reliability
- Added a "screen saver" (simply blanks screen after 60 sec of no controller input)
- Added an exit application button combination shortcut (SELECT + START)
- Added an internal "retry system" designed to reduce failed transfers for small files
- New git for v2.0 and later: http://git-hacks.com/openps3ftp
[Version 1.5 - March 4, 2011]
- Improved performance and stability
- In-game XMB performance increased
- Better syscall usage
- Fixed a possible memory leak
- Fixed a couple of bugs
- Added support for commands: MDTM, ABOR
- nopass: now does normal login procedure (to ensure compatibility) but ignores password value
- Added new build.sh file for developers (creates nopass and normal versions)
[Version 1.4 - February 26, 2011]
- Added more return codes
- Another new command parser (even better)
- Moved IP retrieval function to its own thread (no more hanging; method still requires internet)
- Now detects all known dev_flash writable mount points
- Rewrote/reengineered alot of functions
- Added a little more user-friendly information on the screen
- Moved PASSWD and EXITAPP commands under SITE-specific commands (see SITE HELP)
- Changed LIST format to somewhat match "ls -a -l"
- Greatly shortened code
- Improved performance and stability
- Fixed some bugs
- More FTP client compatibility
[Version 1.3 - February 15, 2011]
- New command parser
- New readme format
- Prints a warning message if dev_blind is mounted
- Fixed a bunch of bugs
- Much more stable compared to previous versions
- Much better performance compared to previous versions
- On-screen text is coloured green instead of white
- File transfers are more reliable
- Exit to XMB function is more reliable
- Removed "Press X to quit", use XMB Quit Game
- Corrected and added some FTP return codes
- Local IP address of the PS3 now displays on-screen
- Added password change command (PASSWD <newpassword>)
- Added force exit command (EXITAPP)
- Greatly optimized code
- Removed pointless/useless code
- Simplified most functions
- CHMOD function now works properly
- File permissions now show correctly in directory listings
- Now licensed under the GPL
- Support for MLSD, MLST, and NLST commands
[Version 1.2 - January 30, 2011]
- Added XMB exit event handling (thanks facanferff)
- Cleaned up and shortened some code
- Fixed up the last modified date in directory listings
- Added an option to disable the login checking (at compile time)
- Fixed a small bug in passive mode which made the transfer fail
[Version 1.1 - January 29, 2011]
- More stability and better performance
- Cleaned up some code
- Fixed active ftp (PORT command)
- Removed connection limiter (kinda useless)
[Version 1.0 - January 29, 2011]
- Initial Release