Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-26 03:20:01

Changes per page:

25 50 100 250 500 1000 2000

Changelog for FileZilla 3 (8010 changes):

2008-09-01 13:57 botg, revision 2672

Allow list of changes larger than 4096 characters, more sanity checks.

2008-08-30 20:22 botg, revision 2671

Directories 1, folders 0

2008-08-30 14:03 botg, revision 2669

Version bump

2008-08-30 13:58 botg, revision 2668

Updated translations

2008-08-29 18:41 botg, revision 2667

Fix warning

2008-08-27 16:22 botg, revision 2666

Don't crash if some fields are missing in quickconnectbar.xrc

2008-08-26 00:03 botg, revision 2665

Slight speedup by avoiding calls to wxWindow::Update

2008-08-26 00:00 botg, revision 2664

Remove an assertion that does not hold due to the engine lock

2008-08-25 13:57 botg, revision 2663

Handle DOS-like servers with multi-letter labels like md:\\foo\\bar. Should solve #3600.

2008-08-25 13:50 botg, revision 2662

Remove some debug output that crept in.

2008-08-24 20:29 botg, revision 2661

Quickconnect dropdown needs to handle ASK logontype if kiosk mode is enabled

2008-08-24 13:40 botg, revision 2659

Version bump

2008-08-24 13:40 botg, revision 2658

Updated translations

2008-08-24 13:24 botg, revision 2657

Fix case

2008-08-24 13:08 botg, revision 2656

Work around problems in uint64_make on some 64bit platforms. Similar to the recent wxLongLong problem in wxWidgets. Upstream has been notified.

2008-08-24 12:47 botg, revision 2655

Implement kiosk mode. No more saved passwords if enabled.

2008-08-24 12:18 botg, revision 2654

PuTTY's psftp component did happily upload data to a server that has ran out of diskspace due to not checking the return value of xfer_upload_gotpkt properly. This fix corrects this, upstream has been notified.

2008-08-24 12:15 botg, revision 2653

Add option to disable update checks via fzdefaults.xml

2008-08-21 14:11 botg, revision 2652

Missing break

2008-08-21 13:30 botg, revision 2651

Don't process failed listings. Might be the true cause of #2049709

2008-08-21 13:23 botg, revision 2650

Minor cleanup

2008-08-21 13:05 botg, revision 2649

Fix instance in which modified flag was incorrectly set on sending listing.

2008-08-20 18:42 botg, revision 2648

One more place to call ConvertDomainName. Fixes #2062712

2008-08-20 15:35 botg, revision 2647

Resume TLS session if possible for faster handshake.

2008-08-20 14:51 botg, revision 2646

Don't crash if server does not support resuming of large files.

2008-08-20 14:17 botg, revision 2645

Send connection event before read/write events.

2008-08-20 09:26 botg, revision 2644

Stopping queue processing will change a recursive operation from recursive_download into recursive_addtoqueue mode. Fixes #2038386

2008-08-20 08:36 botg, revision 2643

Process queue toolbar button was not reset in all cases.

2008-08-19 13:41 botg, revision 2642

VER field of user/pass auth method is 1, not 5. Fixes #2057591

2008-08-18 20:51 botg, revision 2641

Fix some harmless warnings.

2008-08-18 20:44 botg, revision 2640

Fix creating of NSIS installer script if configured with --disable-locales

2008-08-18 16:58 botg, revision 2639

Hopefully fixes #2049709

2008-08-17 18:36 botg, revision 2638

Use LookupFile.

2008-08-17 13:03 botg, revision 2637

Refcount findmap to use COW semantics.

2008-08-17 12:18 botg, revision 2636

Make more use of GetSelectedItemCount

2008-08-15 15:00 botg, revision 2635

Update filecount at most 5 times every second.

2008-08-15 14:28 botg, revision 2634

Improve performance of subsequent calls to CDirectoryCache::LookupFile

2008-08-15 13:12 botg, revision 2633

Another nice performance boost

2008-08-15 09:59 botg, revision 2632

Speedup of 1.7 on wxGTK

2008-08-14 16:25 botg, revision 2631

Don't repeatedly perform the same checks and actions, do them after adding all files.

2008-08-14 14:23 botg, revision 2630

Vastly speed up adding new items to queue, from O(n) to O(1)

2008-08-14 11:03 botg, revision 2629

MSW: Don't wrap dialog so small that tabs no longer fit.

2008-08-14 09:56 botg, revision 2628

Incorrect linebreak

2008-08-13 10:33 botg, revision 2627

[ 2049353 ] Typos in English version

2008-08-13 10:09 botg, revision 2626

Treat empty path in combination with nonempty subdir as syntax error.

2008-08-13 09:59 botg, revision 2625

Check if LIST still required after obtaining lock. Disallow empty path in CDirectoryCache::Store

2008-08-13 07:30 botg, revision 2624

Don't open any dialog before main frame has not been fully initialized.

2008-08-13 07:29 botg, revision 2623

Another crash.

2008-08-12 21:58 botg, revision 2622

Preliminary fix for another locking problem. Might need to obtain LIST lock earlier.

2008-08-12 12:54 botg, revision 2621

Loading invalid filters could crash.

2008-08-11 18:07 botg, revision 2620

Improve tooltips

2008-08-11 18:07 botg, revision 2619

Add filter condition for containing path.

2008-08-11 14:28 botg, revision 2618

Version bump

2008-08-11 14:25 botg, revision 2617

Translation updates

2008-08-11 13:56 botg, revision 2616

Punctuation

2008-08-11 11:49 botg, revision 2615

Don't dereference nullpointer.

2008-08-10 17:13 botg, revision 2614

Typo

2008-08-10 14:25 botg, revision 2613

Version bump

2008-08-10 14:17 botg, revision 2612

Updated translations

2008-08-10 13:55 botg, revision 2611

Fix compilation in non-Unicode builds and fix a few warnings.

2008-08-10 13:33 botg, revision 2610

Fix a warning.

2008-08-10 11:37 botg, revision 2609

Refresh neighboring lines after ending a label edit. Prevents artifacts from the rather large edit control border

2008-08-09 21:57 botg, revision 2608

Missing check for m_fd == -1 in accept loop.

2008-08-09 17:52 botg, revision 2607

Manpage for fzputygen

2008-08-09 11:36 botg, revision 2606

Allow comparison if filters are toggled off.

2008-08-09 11:35 botg, revision 2605

Display drive labels if available

2008-08-09 09:24 botg, revision 2604

Silence spurious warning.

2008-08-07 18:48 botg, revision 2603

Save filter toggle state. Also improve performance a tiny bit.

2008-08-07 18:21 botg, revision 2602

Don't capture menu keys.

2008-08-07 18:08 botg, revision 2601

Call RequestUserAttention if program is minimized when file modification detected. Fixes [ 2020190 ] minimized app doesn't always restore window

2008-08-07 15:15 botg, revision 2600

Don't do timezone check by issuing mdtm on links

2008-08-06 21:15 botg, revision 2598

Fix wording.

2008-08-06 16:20 botg, revision 2597

MSW: Use same sorting in site dropdown menu as in site tree.

2008-08-05 12:47 botg, revision 2596

Need to trim names

2008-08-04 14:07 botg, revision 2595

Another constant missing in MinGW

2008-08-04 13:11 botg, revision 2594

Version bump

2008-08-04 13:10 botg, revision 2593

Allow Win2K again, but don't advertise it.

2008-08-04 13:08 botg, revision 2592

Updated translations

2008-08-04 07:47 botg, revision 2591

Fix [ 2036969 ] MSW: Marquee selection does not set control focus

2008-08-03 20:02 botg, revision 2590

Change a misleading label.

2008-08-03 17:40 botg, revision 2589

Typo in comments

2008-08-03 17:02 botg, revision 2588

Windows 2000 is broken, so much useless code to support an ancient operating system.

2008-08-01 12:47 botg, revision 2585

Fix GetLocal/RemotePort in the IPv6 case under MSW.

2008-08-01 12:35 botg, revision 2584

Bit more diagnostic logging

2008-08-01 09:27 botg, revision 2583

Fix [ 2033902 ] Invalid directory listing cache after rename

2008-08-01 09:10 botg, revision 2582

Path cache was incorrectly cleared all the time.

2008-08-01 08:56 botg, revision 2581

Fix IPv6 getting put into double brackets.

2008-07-31 18:43 botg, revision 2580

Need to lock mutex in CSocket::Close()

2008-07-31 09:17 botg, revision 2579

Disallow dragging "My Sites"

2008-07-30 14:35 botg, revision 2577

RefreshFile did not update status bar

2008-07-30 13:18 botg, revision 2576

Sizing of language page under non-MSW

2008-07-29 20:21 botg, revision 2571

Shouldn't have executable flag, pointed out by kwizart.

2008-07-29 15:06 botg, revision 2570

Typo

2008-07-29 14:02 botg, revision 2569

Reply to shutdown notification.

2008-07-29 13:30 botg, revision 2568

Fix an assertion

2008-07-29 06:54 botg, revision 2567

Abort SavePage if m_was_selected isn't set.

2008-07-29 06:51 botg, revision 2566

Typo

2008-07-28 20:48 botg, revision 2565

Abort if getaddrinfo fails.

2008-07-28 15:26 botg, revision 2564

Add server.png

2008-07-27 17:06 botg, revision 2563

Use SaveXmlFile

2008-07-27 16:48 botg, revision 2562

Add Makefile.in to ignore.

2008-07-27 16:18 botg, revision 2561

Loading themes and language pages in settings dialog can be slow. Defer loading until the page gets selected. Loading all the other pages can be done in under 20ms in total, so not needed to defer them.

2008-07-27 15:10 botg, revision 2560

New iconset: OpenCrystal

2008-07-27 14:16 botg, revision 2559

Keep current size selection if changing themes.

2008-07-27 13:30 botg, revision 2558

New section for icon sets.

2008-07-26 19:39 botg, revision 2557

Don't require username for Ask and Interactive logon types. Closes the ancient (soon 6 years) RFE [ 617076 ].

2008-07-26 08:08 botg, revision 2556

Some additional sanity checks.

2008-07-25 17:33 botg, revision 2555

Parsing error if port is given

2008-07-25 12:31 botg, revision 2554

Fix automake conditional for tinyxml

2008-07-25 10:07 botg, revision 2553

Better handling of local write errors.

2008-07-24 18:11 botg, revision 2552

Version bump

2008-07-24 18:10 botg, revision 2551

Updated translation

2008-07-24 17:44 botg, revision 2550

Copy&past typo

2008-07-24 17:43 botg, revision 2549

Fix the descriptor leak, this time for real

2008-07-24 14:59 botg, revision 2548

Initial read notification doesn't seem to be triggered reliably in all cases, odd Windows.

2008-07-24 14:42 botg, revision 2547

Fail transfer if OnClose gets called with set error code.

2008-07-24 13:35 botg, revision 2546

Fix file descriptor / handle leak.

2008-07-24 13:34 botg, revision 2545

Calling Failure did not have the desired effect in all situations, especially on socket eof combined with GNUTLS_E_UNEXPECTED_PACKET_LENGTH. Since GNUTLS_E_UNEXPECTED_PACKET_LENGTH can have multiple causes, print an additional message if it happens after socket eof.

2008-07-24 12:21 botg, revision 2544

Fix locking error if canceling an operation waiting for a lock.

2008-07-24 10:11 botg, revision 2543

Typo

2008-07-24 09:45 botg, revision 2541

Add missing server icon

2008-07-24 09:42 botg, revision 2540

Fix infinite loop.

2008-07-23 15:06 botg, revision 2539

Version bump

2008-07-23 15:04 botg, revision 2538

Updated translations

2008-07-23 14:56 botg, revision 2537

Call ReleaseCapture on all wxDialogEx derived dialogs if calling ShowModal. Hopefully fixes [ 2001365 ] Unable to click OK or Cancel in 3.0.11

2008-07-23 14:06 botg, revision 2536

Enable IPv6 support in fzsftp on Windows.

2008-07-23 13:40 botg, revision 2535

Don't trim colons from hostname, hostname could be IPv6 address.

2008-07-23 13:33 botg, revision 2534

Found a couple more places where hostnames have to be formatted.

2008-07-23 13:13 botg, revision 2533

ParseURL needs to remove [] from a bracketed IPv6 address

2008-07-23 13:11 botg, revision 2532

IsIpAddress didn't recognize IPv6 addresses

2008-07-23 09:09 botg, revision 2531

Right-clicking filter button in toolbar will toggle filters

2008-07-21 19:44 botg, revision 2528

Should fix [ 2023077 ] Edit doesn't upload changed files.

2008-07-21 15:47 botg, revision 2527

Change CVS into SVN and fix a typo

2008-07-21 13:33 botg, revision 2526

Don't use generic proxy if m_pCurrentServer is set to bypass proxy. Fix FTP proxy support.

2008-07-19 20:36 botg, revision 2525

Hopefully fix OnClose.

2008-07-19 16:04 botg, revision 2524

Version bump

2008-07-19 16:01 botg, revision 2523

Updated translations

2008-07-19 15:28 botg, revision 2522

Merge with upstream

2008-07-19 13:57 botg, revision 2521

Add new helper function to generate random number in a range that can cope with all possible values of RAND_MAX.

2008-07-19 11:07 botg, revision 2520

More warnings fixed, this time from GCC 4.3

2008-07-19 09:57 botg, revision 2519

Fix some warnings GCC rightfully complained about.

2008-07-18 21:53 botg, revision 2518

Use the system's tinyxml if available. Based on patch by Nicolas Chauvet

2008-07-18 18:30 botg, revision 2517

Enable proxy support for SFTP.

2008-07-18 12:09 botg, revision 2516

Typo

2008-07-18 11:07 botg, revision 2515

Mention generic proxy support.

2008-07-18 11:02 botg, revision 2513

Fix [ 2019616 ] Sort by Owner/Group does not work

2008-07-18 10:52 botg, revision 2512

Don't send two connection events, tiny bit of cleanup.

2008-07-17 19:09 botg, revision 2511

Install app icons according to the freedesktop.org Icon Theme Specification.

2008-07-17 14:30 botg, revision 2510

Version bump

2008-07-17 14:25 botg, revision 2509

Updated translations

2008-07-17 13:47 botg, revision 2508

Windows 2000 support gone for now

2008-07-16 22:31 botg, revision 2507

SOCKS proxy support and settings page.

2008-07-16 09:58 botg, revision 2506

Properly handle graceful shutdown in resume test. Fixes a false positive.

2008-07-15 18:21 botg, revision 2505

Work in progress: Proxy support. HTTP works already.

2008-07-14 16:30 botg, revision 2504

Missing include

2008-07-14 13:23 botg, revision 2503

Small fix for parentless directories

2008-07-14 12:19 botg, revision 2502

Open action in context menu will open system's file manager if a directory is selected

2008-07-13 20:34 botg, revision 2501

Need to add new makefile for LonE them to configure.in

2008-07-13 19:48 botg, revision 2500

FTP is about directories, not folders.

2008-07-13 16:18 botg, revision 2498

New iconset: LonE by Ricardo Cabral

2008-07-13 13:09 botg, revision 2493

Merge upstream changes.

2008-07-12 18:15 botg, revision 2492

Fix typo

2008-07-12 09:00 botg, revision 2490

Version bump

2008-07-12 08:50 botg, revision 2489

Updated translations

2008-07-12 08:47 botg, revision 2488

Need to use closesocket on MSW.

2008-07-12 08:43 botg, revision 2487

Correct copy&paste error, fixes [ 2002883 ] Filecount and deleting files in remote view

2008-07-11 23:55 botg, revision 2486

Windows is weird. Without this, sockets could hang. I so much want a working select + pipe.

2008-07-11 23:05 botg, revision 2485

Silence a trace

2008-07-11 07:57 botg, revision 2484

Need to call WSAStartup on some Windows versions

2008-07-10 17:33 botg, revision 2482

Fix one error, uncover another. Like peeling an onion...

2008-07-10 17:20 botg, revision 2481

Typo

2008-07-10 16:37 botg, revision 2480

Aftermath from wxSocket removal

2008-07-10 16:18 botg, revision 2479

Picky GCC.

2008-07-10 15:14 botg, revision 2478

Version bump

2008-07-10 15:14 botg, revision 2477

Updated translation

2008-07-10 14:52 botg, revision 2476

Always ask system for external address on IPv6 connections.

2008-07-10 13:54 botg, revision 2475

Remove the last bits of wxSocket from the engine.

2008-07-10 13:27 botg, revision 2474

Convert http class to use the new socket.

2008-07-10 13:26 botg, revision 2473

Missing argument name

2008-07-10 09:19 botg, revision 2472

Fix [ 2014739 ] Crash if getting disconnected during OnMenuEdit handler

2008-07-08 15:21 botg, revision 2471

[ 2012394 ] Add a "Open Existing File" to edit existing file dialog

2008-07-08 15:03 botg, revision 2470

Suppress boring trace.

2008-07-08 13:43 botg, revision 2469

Silly typo

2008-07-08 08:34 botg, revision 2468

Compile fixes for FreeBSD: Missed a header and slightly different error codes on getaddrinfo.

2008-07-07 20:40 botg, revision 2467

Buffer size setting

2008-07-07 16:37 botg, revision 2466

Another round of compile fixes

2008-07-07 16:33 botg, revision 2465

Add some error codes, check if AI_NUMERICSERV is defined on all platforms.

2008-07-06 21:43 botg, revision 2464

Implement flags (keepalive, nodelay) and fix GetLocalIP, GetPeerIP and GetAddressFamily on IPv6 connections.

2008-07-06 21:24 botg, revision 2463

Don't use wxSocketEvent anymore

2008-07-06 09:36 botg, revision 2462

Fix file descriptor leak.

2008-07-05 14:06 botg, revision 2461

Backport revision 2459: Version bump

2008-07-05 13:42 botg, revision 2446

Parse EPSV reply

2008-07-05 13:42 botg, revision 2445

Fix listening under *nix

2008-07-05 13:03 botg, revision 2444

Add IPv6 support to IsRoutableAddress function, add testcase.

2008-07-04 13:42 botg, revision 2443

Use EPSV/EPRT on IPv6 connections.

2008-07-04 12:40 botg, revision 2442

Release possible capture before showing change notification. Don't do modification check from timer if there's a capture.

2008-07-04 07:09 botg, revision 2441

Fix compile error

2008-07-03 18:44 botg, revision 2440

Implement select loop on non-Windows systems

2008-07-03 13:17 botg, revision 2439

Missed a line of debug output.

2008-07-03 13:15 botg, revision 2438

Get TLS working again.

2008-07-03 13:08 botg, revision 2437

Fix AddressToString

2008-07-03 10:36 botg, revision 2436

Accepted socket needs to be marked nonblocking. Also fixes compile error.

2008-07-02 22:36 botg, revision 2435

Delete socket threads, some misc cleanup.

2008-07-01 21:18 botg, revision 2434

Remove async host resolver, not needed anymore. Asynchronous host resolution is done by the new socket class itself.

2008-07-01 17:28 botg, revision 2433

Update external-ip resolver.

2008-07-01 15:42 botg, revision 2432

Close notification.

2008-07-01 11:03 botg, revision 2431

Even more compile errors and warnings. Too many differences between different compilers imo.

2008-06-30 21:47 botg, revision 2430

More compile errors

2008-06-30 18:11 botg, revision 2429

Fix compile errors and do some cleanup.

2008-06-30 14:26 botg, revision 2428

Implement listening sockets and get active mode working.

2008-06-29 12:42 botg, revision 2427

Update CTlsSocket to use new socket semantics.

2008-06-28 19:37 botg, revision 2426

Implement GetLocalIP and GetPeerIP.

2008-06-28 15:56 botg, revision 2425

Implement Read and Write. Next to implement: GetLocalIP and GetPeerIP.

2008-06-28 13:36 botg, revision 2424

Work in heavy progress: IPv6 support. Doesn't really do much yet, might not even compile.

2008-06-24 22:11 botg, revision 2423

Display number of filtered out items if directory appears empty.

2008-06-23 15:15 botg, revision 2422

Fix "[ 2000727 ] reversed Hebrew in gui window". Unfortunately this return the flicker on RTL languages. I can't see any other solution.

2008-06-22 23:19 botg, revision 2421

Fix panesize problem with widescreen and blackboard styles.

2008-06-21 20:06 botg, revision 2420

Less code duplication.

2008-06-20 20:20 botg, revision 2419

Don't allow main section to be unselected.

2008-06-19 15:34 botg, revision 2418

Rest of [ 1986536 ] Added file exist actions

2008-06-19 15:07 botg, revision 2417

More of [ 1986536 ] Added file exist actions

2008-06-19 14:41 botg, revision 2416

Don't concatenate path and filename, use FormatFilename, fixes [ 1997186 ] missing path separater on file exists dialog

2008-06-19 12:27 botg, revision 2415

Parse URLs containing IPv6 addresses

2008-06-18 22:46 botg, revision 2414

LISTDEBUG was left enabled by default. Was a noop though.

2008-06-17 13:08 botg, revision 2413

Part of patch [ 1986536 ], use the available enum instead of an int.

2008-06-15 14:01 botg, revision 2412

Version bump

2008-06-15 13:57 botg, revision 2411

Update translations

2008-06-15 13:43 botg, revision 2410

Fix typo in email address

2008-06-15 13:16 botg, revision 2409

Don't read from uninitialized memory.

2008-06-13 11:11 botg, revision 2408

Get rid of some resizing flicker on MSW.

2008-06-12 10:34 botg, revision 2407

Fix previous commit

2008-06-11 23:34 botg, revision 2406

Fix installer in combination with most recent libtool

2008-06-11 18:51 botg, revision 2405

Add some files generated by most recent libtool to svn:ignore

2008-06-10 17:02 botg, revision 2404

Add a translator

2008-06-10 17:01 botg, revision 2403

Add servertype used by Cygwin's SSH server.

2008-06-09 16:25 botg, revision 2402

Fix plural forms

2008-06-09 16:01 botg, revision 2401

Version bump

2008-06-09 15:39 botg, revision 2400

Updated translations

2008-06-09 07:38 botg, revision 2399

Show number of filtered objects.

2008-06-08 17:23 botg, revision 2398

More sizing fixes on OS X

2008-06-08 17:17 botg, revision 2397

Fix initial minsize to fix sizing issue under OS X

2008-06-08 12:45 botg, revision 2396

Quote path to fzsftp on OS X if it contains spaces.

2008-06-08 10:15 botg, revision 2395

Since I need more testers, make beta check option sticky. Also clicking the new version available item in the menu will force another check.

2008-06-07 14:37 botg, revision 2394

Display list of changes in update available dialog.

2008-06-07 13:52 botg, revision 2393

Fix ApplyCurrentFilter

2008-06-07 12:52 botg, revision 2392

Filter didn't have effect on total number of files.

2008-06-07 08:43 botg, revision 2391

Fix SetPath

2008-06-05 09:59 botg, revision 2390

Finish CServerPath cleanup

2008-06-05 09:10 botg, revision 2389

Typo in comment

2008-06-03 22:37 botg, revision 2388

Begin simplification of CServerPath, fix several testsuite failures