Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2024-04-19 07:50: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

2008-06-03 22:36 botg, revision 2387

Add another test

2008-06-02 21:36 botg, revision 2386

Add partial testsuit for CServerPath

2008-06-02 10:22 botg, revision 2385

Add all server types to type selection in site manager.

2008-06-01 10:24 botg, revision 2384

Get rid of trailing slashes for compliance with TVFS as defined in RFC3659. Might need to add a workaround for servers requiring the trailing slash later.

2008-06-01 10:09 botg, revision 2383

Filelist status bars can be toggled.

2008-05-31 10:55 botg, revision 2382

Allow changing all/current user installation mode.

2008-05-30 18:48 botg, revision 2381

Remember component selection

2008-05-30 12:55 botg, revision 2380

Work in progress: Make upgrading from previous versions easier.

2008-05-29 07:31 botg, revision 2379

Remove additional plural translations

2008-05-29 00:21 botg, revision 2378

Fix compilation under MinGW

2008-05-28 20:16 botg, revision 2377

Minor formatting inconsistency.

2008-05-28 20:09 botg, revision 2376

Add suffix for files < 1000

2008-05-28 18:17 botg, revision 2375

Add Plural-Forms header in all translations.

2008-05-28 10:45 botg, revision 2374

Fix more warnings

2008-05-28 10:41 botg, revision 2373

Fix warning

2008-05-28 09:16 botg, revision 2372

Implement selection tracking on generic wxListCtrl. Pure magic.

2008-05-27 10:35 botg, revision 2371

Fix [ 1971943 ] "Find as you type" can't handle underscores

2008-05-27 09:33 botg, revision 2370

Implement remote filelist status bar.

2008-05-27 09:33 botg, revision 2369

Further fixes for the filelist status bar.

2008-05-26 18:40 botg, revision 2368

Fix several bugs in the selection tracking. Also vastly speeds up Ctrl+A on MSW. Remote file list not yet updated.

2008-05-26 11:10 botg, revision 2367

Work in progress: File list statusbars.

2008-05-26 09:58 botg, revision 2366

Add "file exists" to the MKD "success on 5yz" heuristics.

2008-05-23 17:47 botg, revision 2365

Fix issues with hidden/reordered columns and sorting.

2008-05-23 15:38 botg, revision 2364

Reduce CPU load if deleting or uploading many small files.

2008-05-21 18:28 botg, revision 2363

Add linebreaks

2008-05-21 16:14 botg, revision 2362

Add missing title

2008-05-20 08:54 botg, revision 2359

Version bump

2008-05-20 08:52 botg, revision 2358

Updated translations

2008-05-16 17:37 botg, revision 2357

Cancel button shouldn't have accelerator.

2008-05-16 17:11 botg, revision 2356

Add directory listing parser tests for MVS and ZVM and fix a few minor problems.

2008-05-16 17:08 botg, revision 2355

Missing commit

2008-05-16 14:46 botg, revision 2354

Update my mail address

2008-05-16 14:05 botg, revision 2353

Fix assertion

2008-05-15 12:59 botg, revision 2351

compilo

2008-05-15 11:40 botg, revision 2350

Version bump

2008-05-15 11:29 botg, revision 2349

Performance improvement by exploiting the fact that WIN32_FIND_DATA already contains the metadata. Only needed because Windows is too stupid to cache directory listings.

2008-05-13 22:15 botg, revision 2348

Version bump

2008-05-13 22:14 botg, revision 2347

Updated translations

2008-05-12 23:09 botg, revision 2346

Fix [ 1962647 ] Parent folder icons do not refresh after deleting children.

2008-05-12 12:16 botg, revision 2345

possible grammar fix

2008-05-12 10:59 botg, revision 2344

Added Ukrainian, updated some others.

2008-05-10 21:09 botg, revision 2342

Improve the global engine lock: Add lock counter, add different locking reasons and fix "[ 1942419 ] mkdir issue when uploading a directory with multiple files".

2008-05-08 14:46 botg, revision 2341

Add some helpful links to help menu. Linked page will be finished with the 3.0.10 release.

2008-05-08 12:23 botg, revision 2340

Sizing fixes in layouts where local and remote splitters where split vertically (widescreen, blackboard)

2008-05-06 08:19 botg, revision 2338

Merge with 3.0.9.x branch

2008-05-06 00:07 botg, revision 2320

Small fix

2008-05-05 23:40 botg, revision 2319

Fix rare race condition leading to loss of data at the beginning of a file on downloads. Up to BUFFERCOUNT * BUFFERSIZE (3*65536) bytes could get lost. Bug did exist since 2005-12-03.

2008-05-05 23:10 botg, revision 2318

Fix a string.

2008-05-04 16:13 botg, revision 2317

Clarify synopsis.

2008-05-04 10:10 botg, revision 2316

Remember order, don't allow movement of filename column.

2008-05-03 22:40 botg, revision 2315

Fix problem with empty filetype

2008-05-03 19:19 botg, revision 2314

Do a refresh after changing columns.

2008-05-03 18:59 botg, revision 2313

Update toolbar and menu state after clearing private data.

2008-05-03 16:44 botg, revision 2312

Columns can be reordered. Not yet saved.

2008-05-03 11:56 botg, revision 2311

Switch to given path upon connecting.

2008-04-30 12:57 botg, revision 2310

Right-clicking list headers allows column selection.

2008-04-30 12:55 botg, revision 2309

Fix [ 1954373 ] 'Create directory' Dialogue Box Crashing FileZilla

2008-04-28 18:29 botg, revision 2308

Updated translations

2008-04-28 15:30 botg, revision 2307

Unnecessary to always create a wxDialogEx instance on each listing. Split filter code from CFilterDialog into CFilterManager.

2008-04-28 14:21 botg, revision 2306

Handle --close under MSW. For other platforms I have no idea how to do it yet.

2008-04-27 13:59 botg, revision 2305

Fix [ 1946465 ] Wrong default download location on vista when updating

2008-04-26 16:27 botg, revision 2304

Should fix [ 1946588 ] files duplicated in queue when restart filezilla

2008-04-26 16:19 botg, revision 2303

Fix [ 1946574 ] delete local non-empty directories fails on mac os x

2008-04-26 12:43 botg, revision 2302

Grammar

2008-04-25 14:01 botg, revision 2301

Renaming local files did not have immediate effect on *nix

2008-04-25 13:36 botg, revision 2300

Fix [ 1951432 ] Upload/download limit: input not limited

2008-04-25 13:36 botg, revision 2299

Add comment.

2008-04-25 13:35 botg, revision 2298

Use wxLongLong for speed limit calculations, 32bit ints are too limited.

2008-04-25 13:35 botg, revision 2297

Use wxTextCtrl::ChangeValue instead of SetValue

2008-04-24 15:09 botg, revision 2296

Need to end all active menus if wizard. Fixes [ 1950286 ] Hang on new version popup

2008-04-24 14:41 botg, revision 2295

MSW only: Code to send WM_ENDSESSION other running instances if --close is passed on commandline.

2008-04-20 21:01 botg, revision 2294

Update manpage with commandline arguments.

2008-04-20 20:39 botg, revision 2293

Implement -c option.

2008-04-20 12:51 botg, revision 2292

Why do I even keep this file

2008-04-20 12:47 botg, revision 2291

Basic commandline support. -c option not yet working.

2008-04-18 14:12 botg, revision 2289

Really fix crash on close. I hope.

2008-04-18 10:51 botg, revision 2288

The crash on exit still wasn't fixed, I hope this one does the trick.

2008-04-18 09:50 botg, revision 2287

Version bump

2008-04-18 09:49 botg, revision 2286

Updated translations

2008-04-18 09:49 botg, revision 2285

Fix unused variable varning.

2008-04-17 23:07 botg, revision 2284

Display drop highlight in local file lists under non-Windows

2008-04-17 09:46 botg, revision 2283

Fix "[ 1937600 ] Edited files get lost on server timeout". More complex than I thought.

2008-04-16 14:29 botg, revision 2282

Some cleanup on the way towards fixing [ 1937600 ] Edited files get lost on server timeout

2008-04-16 12:42 botg, revision 2281

Translation updates

2008-04-16 08:59 botg, revision 2280

Small fix for recent VMS compatibility changes.

2008-04-13 10:41 botg, revision 2279

Fix auto filetype detection on VMS servers.

2008-04-12 21:21 botg, revision 2278

Strip revision on VMS files for filetype display.

2008-04-12 09:35 botg, revision 2277

Merge with upstream.

2008-04-12 09:10 botg, revision 2276

Fix workaround for broken servers sending single-quoted PWD reply.

2008-04-12 09:07 botg, revision 2275

Detect TVFS extension.

2008-04-10 14:15 botg, revision 2274

Need to strip trailing path separators on dropped directories

2008-04-10 13:24 botg, revision 2273

Hopefully fixes the crashes on shutdown some users experience.

2008-04-08 13:26 botg, revision 2271

Avoid crash if changing filters during comparison and fix state of comparison button if comparison cannot be started.

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

Fix ghost item appearing if applying filters after exiting comparison mode.

2008-04-07 16:16 botg, revision 2269

Need to bump for new builds. 3.0.9 binaries were faulty due to regression in wx.

2008-04-07 14:27 botg, revision 2265

Version bump

2008-04-07 14:24 botg, revision 2264

Updated translations

2008-04-05 17:39 botg, revision 2258

Fix keyboard prefix search not resetting if changing directories, bug [ 1935404 ]

2008-04-02 17:26 botg, revision 2256

Mark tooltip translatable.

2008-04-01 22:50 botg, revision 2255

Fix state of comparison toolbar button.

2008-04-01 07:27 botg, revision 2254

Install lock.png

2008-03-31 20:18 botg, revision 2253

Version bump

2008-03-31 20:16 botg, revision 2252

Updated translations

2008-03-31 20:09 botg, revision 2251

Fix "make uninstall"

2008-03-31 19:58 botg, revision 2250

Get kex and enc details for SFTP

2008-03-30 16:37 botg, revision 2249

Fix duplicate mnemonic

2008-03-30 14:46 botg, revision 2248

Get rid of wxStat and work around a possible flaw in Vista.

2008-03-29 15:08 botg, revision 2247

Display certificate information if clicking icon in statusbar.

2008-03-29 15:08 botg, revision 2246

Clean up async request notification handling, part 2.

2008-03-29 14:57 botg, revision 2245

Add missing copy operator and assignment constructor.

2008-03-29 13:54 botg, revision 2244

Add missing accelerators and fix collisions.

2008-03-29 13:41 botg, revision 2243

Clean up async request notification handling, display session details on certificate verification dialog.

2008-03-29 00:28 botg, revision 2242

Fix [ 1928211 ] Integer truncation in CDirectoryCache::UpdateFile

2008-03-29 00:25 botg, revision 2241

Fix [ 1928214 ] Current directory incorrectly parsed when unquoted

2008-03-29 00:18 botg, revision 2240

Implement [ 1928088 ] Show warning if default remote directory is not accepted

2008-03-28 22:57 botg, revision 2239

Fix site drag and drop on wxGTK

2008-03-28 18:49 botg, revision 2238

Typo

2008-03-28 15:27 botg, revision 2237

Another small fix

2008-03-28 11:16 botg, revision 2236

Fix inversion

2008-03-27 14:07 botg, revision 2235

Updated translations

2008-03-27 10:59 botg, revision 2234

Comment out some experimental code, was causing problems.

2008-03-26 10:57 botg, revision 2233

Get rid of flicker.

2008-03-26 00:17 botg, revision 2232

Copy&paste bug.

2008-03-25 10:07 botg, revision 2231

Submit operating system version.

2008-03-24 17:13 botg, revision 2230

Remember most recently selected item.

2008-03-23 19:45 botg, revision 2229

Remove some experimental, unused code that got accidentally commited.

2008-03-23 17:00 botg, revision 2228

Resume automatically on transfer failures as long as there has been some progress.

2008-03-22 23:35 botg, revision 2227

Fix [ 1922919 ] Hardcoded colours make some text invisible

2008-03-22 23:20 botg, revision 2226

Fix warning, whitespace cleanup

2008-03-22 16:23 botg, revision 2225

Fix [ 1915298 ] mo files are installed into wrong directory

2008-03-21 13:08 botg, revision 2224

Updated blukis theme, fixed mime type of all icons.

2008-03-21 00:01 botg, revision 2222

Fix translation error

2008-03-20 17:54 botg, revision 2221

Updated translations

2008-03-20 15:55 botg, revision 2220

A few more menu items.

2008-03-19 23:56 botg, revision 2219

EVT_UPDATE_UI fully gone now.

2008-03-19 23:24 botg, revision 2218

Get rid of some more update UI events. Doing it manually is more efficient.

2008-03-19 14:27 botg, revision 2217

Make state notification handling more flexible.

2008-03-19 10:41 botg, revision 2216

Fix [ 1917702 ] Local directory tree incorrectly refreshed

2008-03-19 00:38 botg, revision 2215

Add menu item to copy current connection to site manager.

2008-03-18 15:55 botg, revision 2214

Compilo

2008-03-18 15:27 botg, revision 2213

Could read past array bounds on files > 1000 EB.

2008-03-18 15:26 botg, revision 2212

Format queue size based on user settings. Display icon if connection is encrypted. Took lock icon from GNOME's default theme (GPL); slightly adjusted hue.

2008-03-17 19:22 botg, revision 2207

Merge from branch

2008-03-17 18:56 botg, revision 2197

Fix infinite loop.

2008-03-17 16:01 botg, revision 2196

Updates and fixes.

2008-03-17 12:20 botg, revision 2195

Fix warning

2008-03-16 19:02 botg, revision 2194

Typo

2008-03-16 17:09 botg, revision 2193

Add a small helper function.

2008-03-16 14:37 botg, revision 2192

Fix [ 1915378 ] Obsolete Subdir element in theme.xml

2008-03-16 14:36 botg, revision 2191

Display data type in status bar if protocol has a concept of data types. Taken icons from blukis theme as classic theme had no such icons.

2008-03-15 15:24 botg, revision 2190

Compile fix for ANSI builds.

2008-03-15 15:12 botg, revision 2189

Further separation between generic status bar code and FZ specific status bar code.

2008-03-14 21:01 botg, revision 2188

Fix segfaults if menus.xrc is invalid.

2008-03-14 20:25 botg, revision 2187

RFE [ 1914401 ] Move Edit -> Import/Export to File menu

2008-03-14 19:00 botg, revision 2186

Move status bar code into own class.

2008-03-14 14:34 botg, revision 2185

Don't override the textcontrol's context menu if renaming files.

2008-03-13 22:47 botg, revision 2184

Version bump

2008-03-13 22:47 botg, revision 2183

Updates translations

2008-03-13 22:12 botg, revision 2182

Fix [ 1913875 ] SGID permissions value not calculated.

2008-03-13 21:39 botg, revision 2181

Use default editor if opening extensionless files.

2008-03-13 21:27 botg, revision 2180

Disable some context menu items if not connected.

2008-03-12 19:24 botg, revision 2179

Compile error

2008-03-12 14:42 botg, revision 2178

Move more duplicate code into CLocalFileSystem.

2008-03-11 23:30 botg, revision 2177

Work around a limitation in the generic wxListCtrl and apply [ 1911972 ] Handling DEL key in queue window

2008-03-10 19:18 botg, revision 2176

Move some local filesystem functions into the engine.

2008-03-10 14:48 botg, revision 2175

Handle F2 and DEL keys

2008-03-10 14:44 botg, revision 2174

Don't try to rename with empty name

2008-03-10 14:41 botg, revision 2173

Don't follow symlinks if deleting local directories

2008-03-08 23:40 botg, revision 2172

String change: In some languages, the checkbox labels were quite long on the filetype page. Move explanation into a static label.

2008-03-07 19:45 botg, revision 2170

Small performance improvement.

2008-03-07 16:32 botg, revision 2169

Fix segfault if dropping file on a remote fill item in comparison mode.

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

Version bump

2008-03-07 11:00 botg, revision 2167

Added Vietnamese translation.

2008-03-07 10:31 botg, revision 2166

Updated translations

2008-03-06 16:10 botg, revision 2165

Fix [ 1908807 ] CQueueView::SetActive declaration is wrong

2008-03-06 16:09 botg, revision 2164

Fix [ 1908772 ] sun CC does not allow ++m_engineData.begin()

2008-03-04 21:58 botg, revision 2163

Fix initial window size on very small display resolutions.

2008-03-04 19:27 botg, revision 2162

Fix a typo.

2008-03-03 22:04 botg, revision 2161

Minor fixes

2008-03-02 20:55 botg, revision 2160

Fix segfault if loading another key after a wrong password.

2008-03-02 20:39 botg, revision 2159

Catch close notification events.

2008-03-02 13:41 botg, revision 2158

Fix warnings

2008-02-29 08:17 botg, revision 2157

Typo

2008-02-28 21:17 botg, revision 2156

Display site name in title if using Site Manager.

2008-02-28 21:17 botg, revision 2155

More spelling fixes

2008-02-28 21:00 botg, revision 2154

Spelling

2008-02-28 20:23 botg, revision 2153

Fix display of filesizes on non-Windows systems

2008-02-28 17:48 botg, revision 2152

Compile fix

2008-02-28 10:40 botg, revision 2151

OS X compile fix

2008-02-27 20:17 botg, revision 2150

[ 1901788 ] Use individual theme.xml files instead of global themes.xml

2008-02-27 12:20 botg, revision 2149

Get PKA working with SSH2.

2008-02-27 09:25 botg, revision 2148

Add fzputtygen to zip archive

2008-02-26 23:51 botg, revision 2147

Updated translations

2008-02-26 19:39 botg, revision 2146

Put all the pieces together. So far SSH1 only.

2008-02-25 17:59 botg, revision 2145

Fix typo

2008-02-25 14:30 botg, revision 2144

Finish the SFTP settings page.

2008-02-24 22:47 botg, revision 2143

Updated translations

2008-02-24 17:08 botg, revision 2142

Partially implement options page for SFTP public key authentication.

2008-02-23 14:24 botg, revision 2141

Compilefix

2008-02-22 19:00 botg, revision 2140

Implement fzputtygen. Really not intended for human use.

2008-02-22 14:56 botg, revision 2139

Install fzputtygen.

2008-02-21 18:30 botg, revision 2138

Compile fix

2008-02-21 16:09 botg, revision 2137

Speed up local file listing. Under *nix, previous code called stat twice. Under win it called GetFileAttributes twice and stat once. New code just calls stat once on *nix and GetFileAttributes once on Windows.

2008-02-21 15:01 botg, revision 2136

Initial import of fzputtygen. It will later be used by the SFTP page in the settings dialog to verify and convert private keys into PuTTY's native format.

2008-02-21 11:35 botg, revision 2135

Fail if server sends multiple prompts. Requires interactive login.

2008-02-20 00:12 botg, revision 2134

Apply [ 1896533 ] New FTP Sub-Category in the "Connection" Dialog

2008-02-19 22:00 botg, revision 2133

Don't crash if resources could not be loaded.

2008-02-19 16:57 botg, revision 2131

Sync with 3.0.7.x branch

2008-02-19 16:03 botg, revision 2119

Fix timeouts if keep-alive enabled

2008-02-19 15:21 botg, revision 2118

Language id might changedepending on wx version, use language code instead in wrapping engine.

2008-02-18 17:27 botg, revision 2117

Fix some warnings

2008-02-18 14:25 botg, revision 2116

Fix [ 1895058 ] File rename bug

2008-02-17 23:39 botg, revision 2115

Updated translations

2008-02-17 17:14 botg, revision 2114

Fix [ 1891263 ] Site Manager: tab doesn't work with no site selected

2008-02-16 16:33 botg, revision 2113

Spelling

2008-02-16 09:29 botg, revision 2112

Small fix for tz detection.

2008-02-16 09:27 botg, revision 2111

Automatic timezone offset detection.

2008-02-15 18:34 botg, revision 2110

Implement mtime command

2008-02-15 13:23 botg, revision 2109

Update wording.

2008-02-15 13:22 botg, revision 2108

Preserve file modification times. TODO: mtime command, auto timezone detection.

2008-02-15 00:01 botg, revision 2107

Fix warnings

2008-02-14 23:48 botg, revision 2106

Third and final part of patch [ 1893787 ] Bypass proxy settings feature

2008-02-14 23:37 botg, revision 2105

Second part of [ 1893787 ] Bypass proxy settings feature

2008-02-14 23:36 botg, revision 2104

Part of patch [ 1893787 ] Bypass proxy settings feature

2008-02-14 23:19 botg, revision 2103

Remove dead code, fix menu state.

2008-02-14 23:19 botg, revision 2102

Fix spelling

2008-02-14 14:52 botg, revision 2101

Small cleanup to not show the user redundant information.

2008-02-14 14:40 botg, revision 2100

Block timeouts if waiting for interactive login.

2008-02-13 23:09 botg, revision 2098

Version bump

2008-02-13 23:08 botg, revision 2097

Add more default ASCII file types

2008-02-13 23:04 botg, revision 2096

Updated translations

2008-02-13 10:53 botg, revision 2095

Add transfer queue item to main menu.

2008-02-13 10:44 botg, revision 2094

At least MSW still needs the SetFont call.

2008-02-13 10:38 botg, revision 2093

Only use required size of info text as window size. Fixes visual problems on OS X

2008-02-12 22:36 botg, revision 2092

Fix timeouts which were broken since 3.0.4-rc1 and also time-out on if the replies to skip never arrive.

2008-02-12 19:30 botg, revision 2091

Updated translations

2008-02-12 15:39 botg, revision 2090

Remove some duplicate code. 130 lines gone.

2008-02-11 20:32 botg, revision 2089

Center import, netconf and update dialogs/wizards on parent.

2008-02-11 15:01 botg, revision 2088

Use FzCl for CFBundleSignature

2008-02-11 14:52 botg, revision 2086

Simplify GetDataDir and similar functions under __WXMAC__

2008-02-10 20:39 botg, revision 2083

Updated translation

2008-02-10 19:55 botg, revision 2082

Fix infinite loop

2008-02-10 19:48 botg, revision 2081

Unselect local-only filters in remote sets in OnOK.

2008-02-10 19:17 botg, revision 2080

Reverse debug code

2008-02-10 16:39 botg, revision 2079

Logic error

2008-02-10 15:54 botg, revision 2078

Version bump.

2008-02-10 15:40 botg, revision 2077

Added Thai translation and updated others.

2008-02-10 13:48 botg, revision 2076

If listing does not have time precision, use MDTM if preserving timestamps.

2008-02-10 10:32 botg, revision 2075

Timestamps in message log.

2008-02-09 19:42 botg, revision 2074

Local listings can be filtered by attributes (Windows) or permissions (other) now.